highcharts
Version:
JavaScript charting framework
18 lines (17 loc) • 528 B
JavaScript
// SPDX-License-Identifier: LicenseRef-Highcharts
/**
* @license Highcharts JS v12.6.0 (2026-04-13)
* @module highcharts/themes/high-contrast-dark
* @requires highcharts
*
* (c) 2009-2026 Highsoft AS
*
* A commercial license may be required depending on use.
* See www.highcharts.com/license
*/
;
import H from '../../Core/Globals.js';
import HighContrastDarkTheme from '../../Extensions/Themes/HighContrastDark.js';
H.theme = HighContrastDarkTheme.options;
HighContrastDarkTheme.apply();
export default H;