UNPKG

highcharts

Version:
18 lines (17 loc) 433 B
/** * @license Highcharts JS v12.2.0 (2025-04-07) * @module highcharts/modules/arrow-symbols * @requires highcharts * * Arrow Symbols * * (c) 2017-2025 Lars A. V. Cabrera * * License: www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import ArrowSymbols from '../../Extensions/ArrowSymbols.js'; const G = Highcharts; ArrowSymbols.compose(G.SVGRenderer); export default Highcharts;