UNPKG

highcharts

Version:
15 lines (14 loc) 348 B
/** * @license Highcharts JS v12.2.0 (2025-04-07) * @module highcharts/modules/venn * @requires highcharts * * (c) 2017-2025 Highsoft AS * Authors: Jon Arild Nygard * * License: www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Series/Venn/VennSeries.js'; export default Highcharts;