@visactor/vchart 2.0.5-alpha.6 → 2.0.5-alpha.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/index.es.js CHANGED
@@ -58309,7 +58309,7 @@ const lookup = (data, opt) => {
58309
58309
  });
58310
58310
  };
58311
58311
 
58312
- const version = "2.0.5-alpha.3";
58312
+ const version = "2.0.5-alpha.6";
58313
58313
 
58314
58314
  const addVChartProperty = (data, op) => {
58315
58315
  const context = op.beforeCall();
@@ -91705,7 +91705,7 @@ class BaseCrossHair extends BaseComponent {
91705
91705
  return;
91706
91706
  }
91707
91707
  this.clearOutEvent();
91708
- this.hide();
91708
+ this.hideCrosshair();
91709
91709
  };
91710
91710
  this._handleTooltipShow = (params) => {
91711
91711
  const tooltipData = params.tooltipData;
@@ -91727,7 +91727,7 @@ class BaseCrossHair extends BaseComponent {
91727
91727
  };
91728
91728
  this._handleTooltipHideOrRelease = () => {
91729
91729
  this.clearOutEvent();
91730
- this.hide();
91730
+ this.hideCrosshair();
91731
91731
  };
91732
91732
  this.enable = true;
91733
91733
  this.showDefault = true;
package/build/index.js CHANGED
@@ -58315,7 +58315,7 @@
58315
58315
  });
58316
58316
  };
58317
58317
 
58318
- const version = "2.0.5-alpha.3";
58318
+ const version = "2.0.5-alpha.6";
58319
58319
 
58320
58320
  const addVChartProperty = (data, op) => {
58321
58321
  const context = op.beforeCall();
@@ -91711,7 +91711,7 @@
91711
91711
  return;
91712
91712
  }
91713
91713
  this.clearOutEvent();
91714
- this.hide();
91714
+ this.hideCrosshair();
91715
91715
  };
91716
91716
  this._handleTooltipShow = (params) => {
91717
91717
  const tooltipData = params.tooltipData;
@@ -91733,7 +91733,7 @@
91733
91733
  };
91734
91734
  this._handleTooltipHideOrRelease = () => {
91735
91735
  this.clearOutEvent();
91736
- this.hide();
91736
+ this.hideCrosshair();
91737
91737
  };
91738
91738
  this.enable = true;
91739
91739
  this.showDefault = true;