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