UNPKG

highcharts

Version:
15 lines (14 loc) 345 B
/*!* * * Copyright (c) Highsoft AS. All rights reserved. * *!*/ import * as globals from "../globals"; import * as _Highcharts from "../highcharts"; declare module "../highcharts" { /** * A dictionary with formulas for calculating number of bins based on data */ let binsNumberFormulas: any; } export default _Highcharts;