highcharts
Version:
JavaScript charting framework
21 lines (20 loc) • 569 B
JavaScript
// SPDX-License-Identifier: LicenseRef-Highcharts
/**
* @license Highcharts JS v13.0.1 (2026-08-17)
* @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 { composeArrowSymbols } from '../../Extensions/ArrowSymbols.js';
const G = Highcharts;
composeArrowSymbols(G.SVGRenderer);
export default Highcharts;