UNPKG

highcharts

Version:
18 lines (17 loc) 499 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highstock JS v13.0.1 (2026-08-17) * @module highcharts/indicators/cmf * @requires highcharts * @requires highcharts/modules/stock * * (c) 2010-2026 Highsoft AS * Author: Sebastian Domas * * A commercial license may be required depending on use, * see www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Stock/Indicators/CMF/CMFIndicator.js'; export default Highcharts;