UNPKG

highcharts

Version:
19 lines (18 loc) 498 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highcharts JS v12.5.0 (2026-01-12) * @module highcharts/modules/bullet * @requires highcharts * * Bullet graph series type for Highcharts * * (c) 2010-2026 Highsoft AS * Author: Kacper Madej * * A commercial license may be required depending on use. * See www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Series/Bullet/BulletSeries.js'; export default Highcharts;