highcharts
Version:
JavaScript charting framework
19 lines (18 loc) • 503 B
JavaScript
// SPDX-License-Identifier: LicenseRef-Highcharts
/**
* @license Highcharts JS v12.5.0 (2026-01-12)
* @module highcharts/themes/brand-dark
* @requires highcharts
*
* (c) 2009-2026 Highsoft AS
* Author: Torstein Honsi
*
* A commercial license may be required depending on use.
* See www.highcharts.com/license
*/
;
import H from '../../Core/Globals.js';
import BrandDark from '../../Extensions/Themes/BrandDark.js';
H.theme = BrandDark.options;
BrandDark.apply();
export default H;