@visactor/vchart 1.13.10 → 1.13.11-alpha.1
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 +2 -2
- package/build/index.js +2 -2
- package/build/index.min.js +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/cjs/core/index.d.ts +1 -1
- package/cjs/core/index.js +3 -2
- package/cjs/core/index.js.map +1 -1
- package/cjs/core/interface.js +1 -2
- package/cjs/core/vchart.js +1 -1
- package/cjs/core/vchart.js.map +1 -1
- package/esm/core/index.d.ts +1 -1
- package/esm/core/index.js +3 -2
- package/esm/core/index.js.map +1 -1
- package/esm/core/interface.js +1 -2
- package/esm/core/vchart.js +1 -1
- package/esm/core/vchart.js.map +1 -1
- package/package.json +4 -4
package/build/index.es.js
CHANGED
|
@@ -63002,7 +63002,7 @@ class VChart {
|
|
|
63002
63002
|
this._updateCurrentTheme();
|
|
63003
63003
|
this._currentSize = this.getCurrentSize();
|
|
63004
63004
|
const pluginList = [];
|
|
63005
|
-
if (
|
|
63005
|
+
if (poptip !== false) {
|
|
63006
63006
|
pluginList.push('poptipForText');
|
|
63007
63007
|
}
|
|
63008
63008
|
if (spec.type === "sankey") {
|
|
@@ -64117,7 +64117,7 @@ const registerVChartCore = () => {
|
|
|
64117
64117
|
};
|
|
64118
64118
|
registerVChartCore();
|
|
64119
64119
|
|
|
64120
|
-
const version = "1.13.
|
|
64120
|
+
const version = "1.13.11-alpha.1";
|
|
64121
64121
|
|
|
64122
64122
|
const addVChartProperty = (data, op) => {
|
|
64123
64123
|
const context = op.beforeCall();
|
package/build/index.js
CHANGED
|
@@ -63008,7 +63008,7 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
|
|
|
63008
63008
|
this._updateCurrentTheme();
|
|
63009
63009
|
this._currentSize = this.getCurrentSize();
|
|
63010
63010
|
const pluginList = [];
|
|
63011
|
-
if (
|
|
63011
|
+
if (poptip !== false) {
|
|
63012
63012
|
pluginList.push('poptipForText');
|
|
63013
63013
|
}
|
|
63014
63014
|
if (spec.type === "sankey") {
|
|
@@ -64123,7 +64123,7 @@ C0.3-1.4,0.3-1.4,0.3-1.4z;`;
|
|
|
64123
64123
|
};
|
|
64124
64124
|
registerVChartCore();
|
|
64125
64125
|
|
|
64126
|
-
const version = "1.13.
|
|
64126
|
+
const version = "1.13.11-alpha.1";
|
|
64127
64127
|
|
|
64128
64128
|
const addVChartProperty = (data, op) => {
|
|
64129
64129
|
const context = op.beforeCall();
|