UNPKG

highcharts

Version:
15 lines (14 loc) 353 B
/** * @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 */ 'use strict'; import '../../Stock/Indicators/SlowStochasticIndicator.js';