highcharts
Version:
JavaScript charting framework
16 lines (15 loc) • 388 B
JavaScript
/**
* @license Highcharts JS v@product.version@ (@product.date@)
* @module highcharts/themes/sunset
* @requires highcharts
*
* (c) 2009-2024 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;