@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/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 (!poptip !== false) {
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.10";
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 (!poptip !== false) {
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.10";
64126
+ const version = "1.13.11-alpha.1";
64127
64127
 
64128
64128
  const addVChartProperty = (data, op) => {
64129
64129
  const context = op.beforeCall();