UNPKG

highcharts

Version:
16 lines (15 loc) 416 B
/** * @license Highcharts JS v@product.version@ (@product.date@) * @module highcharts/modules/pictorial * @requires highcharts * * Pictorial graph series type for Highcharts * * (c) 2010-2024 Torstein Honsi, Magdalena Gut * * License: www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Series/Pictorial/PictorialSeries.js'; export default Highcharts;