All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.es-modules.masters.modules.pathfinder.src.js Maven / Gradle / Ivy

The newest version!
/**
 * @license Highcharts Gantt JS [email protected]@ (@product.date@)
 * @module highcharts/modules/pathfinder
 * @requires highcharts
 *
 * Pathfinder
 *
 * (c) 2016-2024 Øystein Moseng
 *
 * License: www.highcharts.com/license
 */
'use strict';
import Highcharts from '../../Core/Globals.js';
import Pathfinder from '../../Gantt/Pathfinder.js';
import ArrowSymbols from '../../Extensions/ArrowSymbols.js';
const G = Highcharts;
G.Pathfinder = G.Pathfinder || Pathfinder;
ArrowSymbols.compose(G.SVGRenderer);
G.Pathfinder.compose(G.Chart, G.Point);
export default Highcharts;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy