mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Fix tooltip not showing short signals
This commit is contained in:
parent
e510c7213f
commit
65b4e2903b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user