highcharts
Version:
JavaScript charting framework
15 lines (14 loc) • 353 B
JavaScript
/**
* @license Highstock JS v8.2.0 (2020-08-20)
* @module highcharts/indicators/indicators
* @requires highcharts
* @requires highcharts/modules/stock
*
* Slow Stochastic series type for Highstock
*
* (c) 2010-2019 Pawel Fus
*
* License: www.highcharts.com/license
*/
;
import '../../Stock/Indicators/SlowStochasticIndicator.js';