UNPKG

highcharts

Version:
17 lines (16 loc) 446 B
/** * @license Highstock JS v@product.version@ (@product.date@) * @module highcharts/indicators/price-channel * @requires highcharts * @requires highcharts/modules/stock * * Indicator series type for Highcharts Stock * * (c) 2010-2024 Daniel Studencki * * License: www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Stock/Indicators/PC/PCIndicator.js'; export default Highcharts;