All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.es-modules.masters.modules.heikinashi.src.js Maven / Gradle / Ivy

The newest version!
/**
 * @license Highstock JS [email protected]@ (@product.date@)
 * @module highcharts/modules/heikinashi
 * @requires highcharts
 * @requires highcharts/modules/stock
 *
 * HeikinAshi series type for Highcharts Stock
 *
 * (c) 2010-2024 Karol Kolodziej
 *
 * License: www.highcharts.com/license
 */
'use strict';
import Highcharts from '../../Core/Globals.js';
import HeikinAshiSeries from '../../Series/HeikinAshi/HeikinAshiSeries.js';
const G = Highcharts;
HeikinAshiSeries.compose(G.Series, G.Axis);
export default Highcharts;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy