UNPKG

highcharts

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