UNPKG

highcharts

Version:
22 lines (21 loc) 615 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highcharts JS v12.6.0 (2026-04-13) * @module highcharts/modules/pyramid3d * @requires highcharts * @requires highcharts/highcharts-3d * @requires highcharts/modules/cylinder * @requires highcharts/modules/funnel3d * * Highcharts 3D funnel module * * (c) 2010-2026 Highsoft AS * Author: Kacper Madej * * A commercial license may be required depending on use. * See www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Series/Pyramid3D/Pyramid3DSeries.js'; export default Highcharts;