highcharts
Version:
JavaScript charting framework
21 lines (20 loc) • 559 B
JavaScript
// SPDX-License-Identifier: LicenseRef-Highcharts
/**
* @license Highcharts JS v12.6.0 (2026-04-13)
* @module highcharts/modules/arrow-symbols
* @requires highcharts
*
* Arrow Symbols
*
* (c) 2017-2026 Highsoft AS
* Author: Lars A. V. Cabrera
*
* A commercial license may be required depending on use.
* See www.highcharts.com/license
*/
;
import Highcharts from '../../Core/Globals.js';
import ArrowSymbols from '../../Extensions/ArrowSymbols.js';
const G = Highcharts;
ArrowSymbols.compose(G.SVGRenderer);
export default Highcharts;