UNPKG

@highcharts/dashboards

Version:
33 lines (32 loc) 546 B
/** * @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 */ 'use strict'; /* * * * 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;