UNPKG

highcharts

Version:
16 lines (15 loc) 387 B
/** * @license Highcharts JS v@product.version@ (@product.date@) * @module highcharts/modules/bullet * @requires highcharts * * Bullet graph series type for Highcharts * * (c) 2010-2024 Kacper Madej * * License: www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Series/Bullet/BulletSeries.js'; export default Highcharts;