Fix tooltip not showing short signals

This commit is contained in:
Matthias 2022-06-21 07:12:01 +02:00
parent e510c7213f
commit 65b4e2903b

View File

@ -292,7 +292,7 @@ export default defineComponent({
}, },
tooltip: { tooltip: {
// Hide tooltip - it's already there for longs. // Hide tooltip - it's already there for longs.
show: false, // show: false,
}, },
encode: { encode: {
x: colDate, x: colDate,
@ -310,11 +310,11 @@ export default defineComponent({
xAxisIndex: 0, xAxisIndex: 0,
yAxisIndex: 0, yAxisIndex: 0,
itemStyle: { itemStyle: {
// Hide tooltip - it's already there for longs.
color: shortexitSignalColor, color: shortexitSignalColor,
}, },
tooltip: { tooltip: {
show: false, // Hide tooltip - it's already there for longs.
// show: false,
}, },
encode: { encode: {
x: colDate, x: colDate,