UNPKG

highcharts

Version:
17 lines (16 loc) 472 B
/** * @license Highstock JS v@product.version@ (@product.date@) * @module highcharts/modules/hollowcandlestick * @requires highcharts * @requires highcharts/modules/stock * * Hollow Candlestick series type for Highcharts Stock * * (c) 2010-2024 Karol Kolodziej * * License: www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Series/HollowCandlestick/HollowCandlestickSeries.js'; export default Highcharts;