UNPKG

highcharts

Version:
18 lines (17 loc) 448 B
/** * @license Highcharts JS v@product.version@ (@product.date@) * @module highcharts/modules/arrow-symbols * @requires highcharts * * Arrow Symbols * * (c) 2017-2024 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;