UNPKG

highcharts

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