@visactor/vchart 2.1.5 → 2.1.6-alpha.0
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 +392 -119
- package/build/index.min.js +2 -2
- package/build/tsconfig.tsbuildinfo +1 -1
- package/cjs/core/factory-registry.js +1 -1
- package/cjs/core/factory-registry.js.map +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/esm/core/factory-registry.js +1 -1
- package/esm/core/factory-registry.js.map +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/package.json +10 -10
package/build/index.es.js
CHANGED
|
@@ -20808,7 +20808,7 @@ const lookup = (data, opt) => {
|
|
|
20808
20808
|
});
|
|
20809
20809
|
};
|
|
20810
20810
|
|
|
20811
|
-
const version = "2.1.
|
|
20811
|
+
const version = "2.1.4";
|
|
20812
20812
|
|
|
20813
20813
|
const addVChartProperty = (data, op) => {
|
|
20814
20814
|
const context = op.beforeCall();
|