@visactor/vchart 2.0.8-alpha.0 → 2.0.8
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 -1
- package/build/index.js +1 -1
- package/build/index.min.js +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/interface.js +1 -1
- package/cjs/core/util.js +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/interface.js +1 -1
- package/esm/core/util.js +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
|
@@ -61290,7 +61290,7 @@ const lookup = (data, opt) => {
|
|
|
61290
61290
|
});
|
|
61291
61291
|
};
|
|
61292
61292
|
|
|
61293
|
-
const version = "2.0.8
|
|
61293
|
+
const version = "2.0.8";
|
|
61294
61294
|
|
|
61295
61295
|
const addVChartProperty = (data, op) => {
|
|
61296
61296
|
const context = op.beforeCall();
|
package/build/index.js
CHANGED
|
@@ -61296,7 +61296,7 @@
|
|
|
61296
61296
|
});
|
|
61297
61297
|
};
|
|
61298
61298
|
|
|
61299
|
-
const version = "2.0.8
|
|
61299
|
+
const version = "2.0.8";
|
|
61300
61300
|
|
|
61301
61301
|
const addVChartProperty = (data, op) => {
|
|
61302
61302
|
const context = op.beforeCall();
|