@visactor/vchart 1.9.0-alpha.3 → 1.9.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.js +1 -1
- package/build/index.min.js +1 -1
- package/cjs/chart/stack.js +2 -1
- package/cjs/compile/grammar-item.js +1 -2
- 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/env/env.js +2 -1
- package/cjs/event/event-dispatcher.js +1 -2
- package/esm/chart/stack.js +2 -1
- package/esm/compile/grammar-item.js +1 -2
- 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/env/env.js +2 -1
- package/esm/event/event-dispatcher.js +1 -2
- package/package.json +4 -4
package/build/index.js
CHANGED
|
@@ -58727,7 +58727,7 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
|
|
|
58727
58727
|
registerChartPlugin(MediaQuery);
|
|
58728
58728
|
};
|
|
58729
58729
|
|
|
58730
|
-
const version = "1.9.0
|
|
58730
|
+
const version = "1.9.0";
|
|
58731
58731
|
|
|
58732
58732
|
const addVChartProperty = (data, op) => {
|
|
58733
58733
|
const context = op.beforeCall();
|