UNPKG

highcharts

Version:
16 lines (15 loc) 392 B
/** * @license Highcharts JS v12.2.0 (2025-04-07) * @module highcharts/themes/grid-light * @requires highcharts * * (c) 2009-2025 Torstein Honsi * * License: www.highcharts.com/license */ 'use strict'; import H from '../../Core/Globals.js'; import GridLightTheme from '../../Extensions/Themes/GridLight.js'; H.theme = GridLightTheme.options; GridLightTheme.apply(); export default H;