UNPKG

highcharts

Version:
16 lines (15 loc) 363 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 the * base series */ let binsNumberFormulas: any; } export default _Highcharts;