UNPKG

highcharts

Version:
20 lines (19 loc) 559 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highstock JS v12.5.0 (2026-01-12) * @module highcharts/indicators/psar * @requires highcharts * @requires highcharts/modules/stock * * Parabolic SAR Indicator for Highcharts Stock * * (c) 2010-2026 Highsoft AS * Author: Grzegorz Blachliński * * 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/PSAR/PSARIndicator.js'; export default Highcharts;