UNPKG

highcharts

Version:
16 lines (15 loc) 419 B
/** * @license Highstock JS v10.0.0 (2022-03-07) * @module highcharts/indicators/indicators * @requires highcharts * @requires highcharts/modules/stock * * Indicator series type for Highcharts Stock * * (c) 2010-2021 Pawel Fus, Sebastian Bochan * * License: www.highcharts.com/license */ 'use strict'; import '../../Stock/Indicators/SMA/SMAIndicator.js'; import '../../Stock/Indicators/EMA/EMAIndicator.js';