UNPKG

highcharts

Version:
17 lines (16 loc) 434 B
/** * @license Highstock JS v@product.version@ (@product.date@) * @module highcharts/indicators/ao * @requires highcharts * @requires highcharts/modules/stock * * Indicator series type for Highcharts Stock * * (c) 2010-2024 Wojciech Chmiel * * License: www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Stock/Indicators/AO/AOIndicator.js'; export default Highcharts;