@visactor/vchart 1.12.0-alpha.7 → 1.12.0-alpha.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.js +1 -1
- package/build/index.min.js +1 -1
- package/cjs/chart/stack.js +1 -2
- package/cjs/compile/grammar-item.js +2 -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/event/event-dispatcher.js +1 -2
- package/cjs/event/index.js +2 -1
- package/esm/chart/stack.js +1 -2
- package/esm/compile/grammar-item.js +2 -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/event/event-dispatcher.js +1 -2
- package/esm/event/index.js +2 -1
- package/package.json +4 -4
package/build/index.js
CHANGED
|
@@ -62147,7 +62147,7 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
|
|
|
62147
62147
|
};
|
|
62148
62148
|
registerVChartCore();
|
|
62149
62149
|
|
|
62150
|
-
const version = "1.12.0-alpha.
|
|
62150
|
+
const version = "1.12.0-alpha.8";
|
|
62151
62151
|
|
|
62152
62152
|
const addVChartProperty = (data, op) => {
|
|
62153
62153
|
const context = op.beforeCall();
|