UNPKG

highcharts

Version:
18 lines (17 loc) 466 B
/** * @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 */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import StaticScale from '../../Extensions/StaticScale.js'; const G = Highcharts; StaticScale.compose(G.Axis, G.Chart); export default Highcharts;