UNPKG

highcharts

Version:
20 lines (19 loc) 564 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highstock JS v13.0.1 (2026-08-17) * @module highcharts/indicators/ichimoku-kinko-hyo * @requires highcharts * @requires highcharts/modules/stock * * Indicator series type for Highcharts Stock * * (c) 2010-2026 Highsoft AS * Author: Sebastian Bochan * * A commercial license may be required depending on use, * see www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Stock/Indicators/IKH/IKHIndicator.js'; export default Highcharts;