@visactor/vchart 1.6.6 → 1.6.7
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/constant/index.js +1 -2
- package/cjs/constant/scroll-bar.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/esm/constant/index.js +1 -2
- package/esm/constant/scroll-bar.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/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -58092,7 +58092,7 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
|
|
|
58092
58092
|
};
|
|
58093
58093
|
registerVChartCore();
|
|
58094
58094
|
|
|
58095
|
-
const version = "1.6.
|
|
58095
|
+
const version = "1.6.7";
|
|
58096
58096
|
|
|
58097
58097
|
class ChartData {
|
|
58098
58098
|
get dataList() {
|