highcharts
Version:
JavaScript charting framework
17 lines (16 loc) • 458 B
JavaScript
/**
* @license Highstock JS v@product.version@ (@product.date@)
* @module highcharts/indicators/supertrend
* @requires highcharts
* @requires highcharts/modules/stock
*
* Indicator series type for Highcharts Stock
*
* (c) 2010-2024 Wojciech Chmiel
*
* License: www.highcharts.com/license
*/
;
import Highcharts from '../../Core/Globals.js';
import '../../Stock/Indicators/Supertrend/SupertrendIndicator.js';
export default Highcharts;