@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.
- package/build/index.js +2 -2
- package/build/index.min.js +1 -1
- package/cjs/charts/3d/arc-3d.js +1 -1
- package/cjs/charts/3d/enum.js +1 -1
- package/cjs/charts/3d/graphic-creator.js +1 -1
- package/cjs/charts/3d/interface.js +1 -1
- package/cjs/charts/3d/layout.js +1 -1
- package/cjs/charts/3d/plugin.js +1 -1
- package/cjs/charts/3d/pyramid-3d.js +1 -1
- package/cjs/charts/3d/rect-3d.js +1 -1
- package/cjs/charts/3d/util.js +1 -1
- package/cjs/charts/axis-3d/axis-3d-mixin.js +1 -1
- package/cjs/charts/axis-3d/band-axis.js +2 -1
- package/cjs/charts/axis-3d/index.js +1 -1
- package/cjs/charts/axis-3d/linear-axis.js +1 -1
- package/cjs/charts/axis-3d/log-axis.js +1 -1
- package/cjs/charts/axis-3d/symlog-axis.js +1 -1
- package/cjs/charts/axis-3d/theme.js +1 -1
- package/cjs/charts/axis-3d/time-axis.js +1 -1
- package/cjs/charts/axis-3d/util.js +1 -1
- package/cjs/charts/bar-3d/chart-spec-transformer.js +1 -2
- package/cjs/components/map-label/map-label-transformer.js +2 -1
- package/cjs/components/series-break/util.js +1 -2
- package/esm/charts/3d/arc-3d.js +1 -1
- package/esm/charts/3d/enum.js +1 -1
- package/esm/charts/3d/graphic-creator.js +1 -1
- package/esm/charts/3d/interface.js +1 -1
- package/esm/charts/3d/layout.js +1 -1
- package/esm/charts/3d/plugin.js +1 -1
- package/esm/charts/3d/pyramid-3d.js +1 -1
- package/esm/charts/3d/rect-3d.js +1 -1
- package/esm/charts/3d/util.js +1 -1
- package/esm/charts/axis-3d/axis-3d-mixin.js +1 -1
- package/esm/charts/axis-3d/band-axis.js +2 -1
- package/esm/charts/axis-3d/index.js +1 -1
- package/esm/charts/axis-3d/linear-axis.js +1 -1
- package/esm/charts/axis-3d/log-axis.js +1 -1
- package/esm/charts/axis-3d/symlog-axis.js +1 -1
- package/esm/charts/axis-3d/theme.js +1 -1
- package/esm/charts/axis-3d/time-axis.js +1 -1
- package/esm/charts/axis-3d/util.js +1 -1
- package/esm/charts/bar-3d/chart-spec-transformer.js +1 -2
- package/esm/components/map-label/map-label-transformer.js +2 -1
- package/esm/components/series-break/util.js +1 -2
- 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.
|
|
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
|
}
|