UNPKG

highcharts

Version:
16 lines (15 loc) 388 B
/** * @license Highcharts JS v@product.version@ (@product.date@) * @module highcharts/themes/sunset * @requires highcharts * * (c) 2009-2024 Highsoft AS * * License: www.highcharts.com/license */ 'use strict'; import H from '../../Core/Globals.js'; import SunsetTheme from '../../Extensions/Themes/Sunset.js'; H.theme = SunsetTheme.options; SunsetTheme.apply(); export default H;