UNPKG

highcharts

Version:
17 lines (16 loc) 451 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highcharts JS v12.5.0 (2026-01-12) * @module highcharts/modules/venn * @requires highcharts * * (c) 2017-2026 Highsoft AS * Authors: Jon Arild Nygard * * A commercial license may be required depending on use. * See www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Series/Venn/VennSeries.js'; export default Highcharts;