@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/es5/index.js +1 -1
- package/build/index.es.js +3 -3
- package/build/index.js +3 -3
- package/build/index.min.js +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/cjs/component/crosshair/base.js +2 -2
- package/cjs/component/crosshair/base.js.map +1 -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/cjs/core/interface.js +1 -1
- package/cjs/core/util.js +1 -1
- package/cjs/data/initialize.js +1 -1
- package/cjs/data/register.js +1 -1
- package/esm/component/crosshair/base.js +2 -2
- package/esm/component/crosshair/base.js.map +1 -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/esm/core/interface.js +1 -1
- package/esm/core/util.js +1 -1
- package/esm/data/initialize.js +1 -1
- package/esm/data/register.js +1 -1
- package/package.json +3 -3
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
91736
|
+
this.hideCrosshair();
|
|
91737
91737
|
};
|
|
91738
91738
|
this.enable = true;
|
|
91739
91739
|
this.showDefault = true;
|