highcharts
Version:
JavaScript charting framework
16 lines (15 loc) • 372 B
JavaScript
/**
* @license Highcharts JS v12.3.0 (2025-06-21)
* @module highcharts/modules/bullet
* @requires highcharts
*
* Bullet graph series type for Highcharts
*
* (c) 2010-2025 Kacper Madej
*
* License: www.highcharts.com/license
*/
;
import Highcharts from '../../Core/Globals.js';
import '../../Series/Bullet/BulletSeries.js';
export default Highcharts;