All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.es-modules.masters.themes.high-contrast-light.src.js Maven / Gradle / Ivy

The newest version!
/**
 * @license Highcharts JS [email protected]@ (@product.date@)
 * @module highcharts/themes/high-contrast-light
 * @requires highcharts
 *
 * (c) 2009-2024 Highsoft AS
 *
 * License: www.highcharts.com/license
 */
'use strict';
import H from '../../Core/Globals.js';
import HighContrastLightTheme from '../../Extensions/Themes/HighContrastLight.js';
H.theme = HighContrastLightTheme.options;
HighContrastLightTheme.apply();
export default H;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy