@visactor/vchart 2.0.1-alpha.0 → 2.0.1-alpha.1
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/es5/index.js +1 -1
- package/build/index.es.js +1 -2
- package/build/index.js +1 -2
- package/build/index.min.js +2 -2
- package/build/tsconfig.tsbuildinfo +1 -1
- package/cjs/core/index.d.ts +1 -1
- package/cjs/core/index.js +1 -1
- package/cjs/core/index.js.map +1 -1
- package/cjs/core/instance-manager.js +1 -1
- package/cjs/core/interface.js +1 -1
- package/cjs/core/vchart.js +1 -1
- package/cjs/core/vchart.js.map +1 -1
- package/cjs/data/initialize.js +1 -1
- package/cjs/data/register.js +1 -1
- package/esm/core/index.d.ts +1 -1
- package/esm/core/index.js +1 -1
- package/esm/core/index.js.map +1 -1
- package/esm/core/instance-manager.js +1 -1
- package/esm/core/interface.js +1 -1
- package/esm/core/vchart.js +1 -1
- package/esm/core/vchart.js.map +1 -1
- package/esm/data/initialize.js +1 -1
- package/esm/data/register.js +1 -1
- package/package.json +4 -4
package/build/index.es.js
CHANGED
|
@@ -55536,7 +55536,6 @@ class VChart {
|
|
|
55536
55536
|
if (!this._beforeRender(option)) {
|
|
55537
55537
|
return self;
|
|
55538
55538
|
}
|
|
55539
|
-
this._updateAnimateState(true);
|
|
55540
55539
|
(_a = this._compiler) === null || _a === void 0 ? void 0 : _a.render(option.morphConfig);
|
|
55541
55540
|
this._updateAnimateState(false);
|
|
55542
55541
|
this._afterRender();
|
|
@@ -56845,7 +56844,7 @@ const lookup = (data, opt) => {
|
|
|
56845
56844
|
});
|
|
56846
56845
|
};
|
|
56847
56846
|
|
|
56848
|
-
const version = "2.0.1-alpha.
|
|
56847
|
+
const version = "2.0.1-alpha.1";
|
|
56849
56848
|
|
|
56850
56849
|
const addVChartProperty = (data, op) => {
|
|
56851
56850
|
const context = op.beforeCall();
|
package/build/index.js
CHANGED
|
@@ -55542,7 +55542,6 @@
|
|
|
55542
55542
|
if (!this._beforeRender(option)) {
|
|
55543
55543
|
return self;
|
|
55544
55544
|
}
|
|
55545
|
-
this._updateAnimateState(true);
|
|
55546
55545
|
(_a = this._compiler) === null || _a === void 0 ? void 0 : _a.render(option.morphConfig);
|
|
55547
55546
|
this._updateAnimateState(false);
|
|
55548
55547
|
this._afterRender();
|
|
@@ -56851,7 +56850,7 @@
|
|
|
56851
56850
|
});
|
|
56852
56851
|
};
|
|
56853
56852
|
|
|
56854
|
-
const version = "2.0.1-alpha.
|
|
56853
|
+
const version = "2.0.1-alpha.1";
|
|
56855
56854
|
|
|
56856
56855
|
const addVChartProperty = (data, op) => {
|
|
56857
56856
|
const context = op.beforeCall();
|