UNPKG

highcharts

Version:
17 lines (16 loc) 452 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highcharts JS v12.6.0 (2026-04-13) * @module highcharts/modules/venn * @requires highcharts * * (c) 2017-2026 Highsoft AS * Authors: Jon Arild Nygård * * 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;