UNPKG

highcharts

Version:
21 lines (20 loc) 624 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highcharts JS v12.6.0 (2026-04-13) * @module highcharts/modules/series-on-point * @requires highcharts * * Series on point module * * (c) 2010-2026 Highsoft AS * Author: Rafał Sebestjański and Piotr Madej * * A commercial license may be required depending on use. * See www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import SeriesOnPointComposition from '../../Series/SeriesOnPointComposition.js'; const G = Highcharts; SeriesOnPointComposition.compose(G.Series, G.Chart); export default Highcharts;