UNPKG

highcharts

Version:
17 lines (16 loc) 428 B
/** * @license Highstock JS v12.2.0 (2025-04-07) * @module highcharts/indicators/zigzag * @requires highcharts * @requires highcharts/modules/stock * * Indicator series type for Highcharts Stock * * (c) 2010-2025 Kacper Madej * * License: www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Stock/Indicators/Zigzag/ZigzagIndicator.js'; export default Highcharts;