pyramid3d.src.js 403 B

12345678910111213141516
  1. /**
  2. * @license Highcharts JS v8.2.0 (2020-08-20)
  3. * @module highcharts/modules/pyramid3d
  4. * @requires highcharts
  5. * @requires highcharts/highcharts-3d
  6. * @requires highcharts/modules/cylinder
  7. * @requires highcharts/modules/funnel3d
  8. *
  9. * Highcharts 3D funnel module
  10. *
  11. * (c) 2010-2019 Kacper Madej
  12. *
  13. * License: www.highcharts.com/license
  14. */
  15. 'use strict';
  16. import '../../Series/Pyramid3DSeries.js';