highcharts
Version:
JavaScript charting framework
20 lines (19 loc) • 567 B
JavaScript
// SPDX-License-Identifier: LicenseRef-Highcharts
/**
* @license Highcharts Stock JS v12.5.0 (2026-01-12)
* @module highcharts/indicators/klinger
* @requires highcharts
* @requires highcharts/modules/stock
*
* Indicator series type for Highcharts Stock
*
* (c) 2010-2026 Highsoft AS
* Author: Karol Kolodziej
*
* A commercial license may be required depending on use.
* See www.highcharts.com/license
*/
;
import Highcharts from '../../Core/Globals.js';
import '../../Stock/Indicators/Klinger/KlingerIndicator.js';
export default Highcharts;