package.es-modules.masters.indicators.disparity-index.src.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of highcharts Show documentation
Show all versions of highcharts Show documentation
JavaScript charting framework
The newest version!
/**
* @license Highstock JS [email protected]@ (@product.date@)
* @module highcharts/indicators/disparity-index
* @requires highcharts
* @requires highcharts/modules/stock
*
* Indicator series type for Highstock
*
* (c) 2010-2024 Rafal Sebestjanski
*
* License: www.highcharts.com/license
*/
'use strict';
import Highcharts from '../../Core/Globals.js';
import '../../Stock/Indicators/DisparityIndex/DisparityIndexIndicator.js';
export default Highcharts;