@visactor/vchart 2.0.11-alpha.2 → 2.0.11-alpha.3

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
@@ -61532,7 +61532,7 @@ const lookup = (data, opt) => {
61532
61532
  });
61533
61533
  };
61534
61534
 
61535
- const version = "2.0.11-alpha.2";
61535
+ const version = "2.0.11-alpha.3";
61536
61536
 
61537
61537
  const addVChartProperty = (data, op) => {
61538
61538
  const context = op.beforeCall();
@@ -95816,6 +95816,11 @@ class Tooltip extends BaseComponent {
95816
95816
  }
95817
95817
  };
95818
95818
  this._handleChartMouseOut = (params) => {
95819
+ if (this._cacheActiveType &&
95820
+ isObject$2(this._option.componentShowContent.tooltip) &&
95821
+ this._option.componentShowContent.tooltip[this._cacheActiveType] === false) {
95822
+ return;
95823
+ }
95819
95824
  if (this._alwaysShow || this._isReleased || this._isEnterTooltip) {
95820
95825
  return;
95821
95826
  }
package/build/index.js CHANGED
@@ -61538,7 +61538,7 @@
61538
61538
  });
61539
61539
  };
61540
61540
 
61541
- const version = "2.0.11-alpha.2";
61541
+ const version = "2.0.11-alpha.3";
61542
61542
 
61543
61543
  const addVChartProperty = (data, op) => {
61544
61544
  const context = op.beforeCall();
@@ -95822,6 +95822,11 @@
95822
95822
  }
95823
95823
  };
95824
95824
  this._handleChartMouseOut = (params) => {
95825
+ if (this._cacheActiveType &&
95826
+ isObject$2(this._option.componentShowContent.tooltip) &&
95827
+ this._option.componentShowContent.tooltip[this._cacheActiveType] === false) {
95828
+ return;
95829
+ }
95825
95830
  if (this._alwaysShow || this._isReleased || this._isEnterTooltip) {
95826
95831
  return;
95827
95832
  }