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