package.es-modules.masters.themes.skies.src.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of highcharts Show documentation
Show all versions of highcharts Show documentation
JavaScript charting framework
The newest version!
/**
* @license Highcharts JS [email protected]@ (@product.date@)
* @module highcharts/themes/skies
* @requires highcharts
*
* (c) 2009-2024 Torstein Honsi
*
* License: www.highcharts.com/license
*/
'use strict';
import H from '../../Core/Globals.js';
import SkiesTheme from '../../Extensions/Themes/Skies.js';
H.theme = SkiesTheme.options;
SkiesTheme.apply();
export default H;