highcharts
Version:
JavaScript charting framework
18 lines (17 loc) • 433 B
JavaScript
/**
* @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
*/
;
import Highcharts from '../../Core/Globals.js';
import ArrowSymbols from '../../Extensions/ArrowSymbols.js';
const G = Highcharts;
ArrowSymbols.compose(G.SVGRenderer);
export default Highcharts;