@highcharts/dashboards
Version:
Highcharts Dashboards framework
33 lines (32 loc) • 546 B
JavaScript
/**
* @license Highcharts Dashboards Math 3.5.0 (2025-07-14)
* @module dashboards/modules/math-modifier
* @requires dashboards
*
* (c) 2009-2025 Highsoft AS
*
* License: 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;