onesight-charts 1.4.8 → 1.4.9
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.
|
@@ -420,9 +420,9 @@ function CommonBar(props) {
|
|
|
420
420
|
trigger: 'axis',
|
|
421
421
|
enterable: true,
|
|
422
422
|
padding: 0,
|
|
423
|
-
showContent: true,
|
|
424
|
-
alwaysShowContent: true,
|
|
425
|
-
hideDelay: 1000000000,
|
|
423
|
+
// showContent: true,
|
|
424
|
+
// alwaysShowContent: true,
|
|
425
|
+
// hideDelay: 1000000000,
|
|
426
426
|
position: function position(point, params, dom) {
|
|
427
427
|
var tooltipHeight = (dom === null || dom === void 0 ? void 0 : dom.offsetHeight) || 0;
|
|
428
428
|
var currentHeight = myDom.offsetHeight;
|
|
@@ -392,9 +392,9 @@ function CommonBar(props) {
|
|
|
392
392
|
trigger: "axis",
|
|
393
393
|
enterable: true,
|
|
394
394
|
padding: 0,
|
|
395
|
-
showContent: true,
|
|
396
|
-
alwaysShowContent: true,
|
|
397
|
-
hideDelay:
|
|
395
|
+
// showContent: true,
|
|
396
|
+
// alwaysShowContent: true,
|
|
397
|
+
// hideDelay: 1000000000,
|
|
398
398
|
position: (point, params, dom) => {
|
|
399
399
|
const tooltipHeight = (dom == null ? void 0 : dom.offsetHeight) || 0;
|
|
400
400
|
const currentHeight = myDom.offsetHeight;
|