@highcharts/dashboards
Version:
Highcharts Dashboards framework
35 lines (34 loc) • 649 B
JavaScript
// SPDX-License-Identifier: LicenseRef-Highcharts
/**
* @license Highcharts Dashboards Math 4.2.1 (2026-08-06)
* @module dashboards/modules/math-modifier
* @requires dashboards
*
* (c) 2009-2026 Highsoft AS
*
* A commercial license may be required depending on use,
* see www.highcharts.com/license
*/
;
/* *
*
* Imports
*
* */
import Globals from '../../Dashboards/Globals.js';
import Formula from '../../Data/Formula/Formula.js';
// Fill registries
import '../../Data/Modifiers/MathModifier.js';
/* *
*
* Namespace
*
* */
const G = Globals;
G.Formula = Formula;
/* *
*
* Default Export
*
* */
export default G;