mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-13 03:33:50 +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: {
|
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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user