highcharts
Version:
JavaScript charting framework
16 lines (15 loc) • 366 B
JavaScript
/**
* @license Highcharts JS v12.2.0 (2025-04-07)
* @module highcharts/themes/gray
* @requires highcharts
*
* (c) 2009-2025 Torstein Honsi
*
* License: www.highcharts.com/license
*/
;
import H from '../../Core/Globals.js';
import GrayTheme from '../../Extensions/Themes/Gray.js';
H.theme = GrayTheme.options;
GrayTheme.apply();
export default H;