highcharts
Version:
JavaScript charting framework
18 lines (17 loc) • 466 B
JavaScript
/**
* @license Highcharts Gantt JS v@product.version@ (@product.date@)
* @module highcharts/modules/static-scale
* @requires highcharts
*
* StaticScale
*
* (c) 2016-2024 Torstein Honsi, Lars A. V. Cabrera
*
* License: www.highcharts.com/license
*/
;
import Highcharts from '../../Core/Globals.js';
import StaticScale from '../../Extensions/StaticScale.js';
const G = Highcharts;
StaticScale.compose(G.Axis, G.Chart);
export default Highcharts;