@visactor/vchart-extension 2.1.4 → 2.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/build/index.js +2 -2
  2. package/build/index.min.js +1 -1
  3. package/cjs/charts/3d/arc-3d.js +1 -1
  4. package/cjs/charts/3d/enum.js +1 -1
  5. package/cjs/charts/3d/graphic-creator.js +1 -1
  6. package/cjs/charts/3d/interface.js +1 -1
  7. package/cjs/charts/3d/layout.js +1 -1
  8. package/cjs/charts/3d/plugin.js +1 -1
  9. package/cjs/charts/3d/pyramid-3d.js +1 -1
  10. package/cjs/charts/3d/rect-3d.js +1 -1
  11. package/cjs/charts/3d/util.js +1 -1
  12. package/cjs/charts/axis-3d/axis-3d-mixin.js +1 -1
  13. package/cjs/charts/axis-3d/band-axis.js +2 -1
  14. package/cjs/charts/axis-3d/index.js +1 -1
  15. package/cjs/charts/axis-3d/linear-axis.js +1 -1
  16. package/cjs/charts/axis-3d/log-axis.js +1 -1
  17. package/cjs/charts/axis-3d/symlog-axis.js +1 -1
  18. package/cjs/charts/axis-3d/theme.js +1 -1
  19. package/cjs/charts/axis-3d/time-axis.js +1 -1
  20. package/cjs/charts/axis-3d/util.js +1 -1
  21. package/cjs/charts/bar-3d/chart-spec-transformer.js +1 -2
  22. package/cjs/components/map-label/map-label-transformer.js +2 -1
  23. package/cjs/components/series-break/util.js +1 -2
  24. package/esm/charts/3d/arc-3d.js +1 -1
  25. package/esm/charts/3d/enum.js +1 -1
  26. package/esm/charts/3d/graphic-creator.js +1 -1
  27. package/esm/charts/3d/interface.js +1 -1
  28. package/esm/charts/3d/layout.js +1 -1
  29. package/esm/charts/3d/plugin.js +1 -1
  30. package/esm/charts/3d/pyramid-3d.js +1 -1
  31. package/esm/charts/3d/rect-3d.js +1 -1
  32. package/esm/charts/3d/util.js +1 -1
  33. package/esm/charts/axis-3d/axis-3d-mixin.js +1 -1
  34. package/esm/charts/axis-3d/band-axis.js +2 -1
  35. package/esm/charts/axis-3d/index.js +1 -1
  36. package/esm/charts/axis-3d/linear-axis.js +1 -1
  37. package/esm/charts/axis-3d/log-axis.js +1 -1
  38. package/esm/charts/axis-3d/symlog-axis.js +1 -1
  39. package/esm/charts/axis-3d/theme.js +1 -1
  40. package/esm/charts/axis-3d/time-axis.js +1 -1
  41. package/esm/charts/axis-3d/util.js +1 -1
  42. package/esm/charts/bar-3d/chart-spec-transformer.js +1 -2
  43. package/esm/components/map-label/map-label-transformer.js +2 -1
  44. package/esm/components/series-break/util.js +1 -2
  45. package/package.json +4 -4
package/build/index.js CHANGED
@@ -10316,7 +10316,7 @@
10316
10316
  }
10317
10317
 
10318
10318
  var _a;
10319
- const factoryRegistryKey = Symbol.for("@visactor/vchart/factory-registry@2.1.4"),
10319
+ const factoryRegistryKey = Symbol.for("@visactor/vchart/factory-registry@2.1.5"),
10320
10320
  globalFactoryRegistry = globalThis;
10321
10321
  const factoryRegistry = null !== (_a = globalFactoryRegistry[factoryRegistryKey]) && void 0 !== _a ? _a : globalFactoryRegistry[factoryRegistryKey] = {
10322
10322
  charts: {},
@@ -22782,7 +22782,7 @@
22782
22782
  release(forceReleaseVRenderComponents = !0) {
22783
22783
  forceReleaseVRenderComponents && [...this._components, ...this._regions, ...this._series].forEach(m => {
22784
22784
  m.beforeRelease();
22785
- }), super.release(), this.clear(), [...this._components, ...this._regions, ...this._series].forEach(m => {
22785
+ }), this._event.release(), super.release(), this.clear(), [...this._components, ...this._regions, ...this._series].forEach(m => {
22786
22786
  m.release();
22787
22787
  }), this._components = this._regions = this._series = [], this._spec = {}, this._dataSet = this._globalScale = this._layoutFunc = null, this._layoutTag = !1, this._idMap.clear();
22788
22788
  }