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