UNPKG

highcharts

Version:
16 lines (15 loc) 366 B
/** * @license Highcharts JS v12.2.0 (2025-04-07) * @module highcharts/themes/gray * @requires highcharts * * (c) 2009-2025 Torstein Honsi * * License: www.highcharts.com/license */ 'use strict'; import H from '../../Core/Globals.js'; import GrayTheme from '../../Extensions/Themes/Gray.js'; H.theme = GrayTheme.options; GrayTheme.apply(); export default H;