pyramid3d.min.js 991 B

1234567891011121314
  1. /*
  2. Highcharts JS v8.2.2 (2020-10-22)
  3. Highcharts 3D funnel module
  4. (c) 2010-2019 Kacper Madej
  5. License: www.highcharts.com/license
  6. */
  7. (function (a) { "object" === typeof module && module.exports ? (a["default"] = a, module.exports = a) : "function" === typeof define && define.amd ? define("highcharts/modules/pyramid3d", ["highcharts", "highcharts/highcharts-3d", "highcharts/modules/cylinder", "highcharts/modules/funnel3d"], function (b) { a(b); a.Highcharts = b; return a }) : a("undefined" !== typeof Highcharts ? Highcharts : void 0) })(function (a) {
  8. function b(a, b, c, d) { a.hasOwnProperty(b) || (a[b] = d.apply(null, c)) } a = a ? a._modules : {}; b(a, "Series/Pyramid3DSeries.js", [a["Core/Series/Series.js"]],
  9. function (a) { a.seriesType("pyramid3d", "funnel3d", { reversed: !0, neckHeight: 0, neckWidth: 0, dataLabels: { verticalAlign: "top" } }); "" }); b(a, "masters/modules/pyramid3d.src.js", [], function () { })
  10. });
  11. //# sourceMappingURL=pyramid3d.js.map