UNPKG

highcharts

Version:
16 lines (15 loc) 411 B
/** * @license Highstock JS v@product.version@ (@product.date@) * @module highcharts/indicators/cmf * @requires highcharts * @requires highcharts/modules/stock * * (c) 2010-2024 Highsoft AS * Author: Sebastian Domas * * License: www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Stock/Indicators/CMF/CMFIndicator.js'; export default Highcharts;