mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 04:55:15 +00:00
Use scrollable legend
(helps when there's tons of indicators in a chart)
This commit is contained in:
parent
918b57d055
commit
850152eabe
|
@ -515,6 +515,12 @@ function initializeChartOptions() {
|
||||||
// Initial legend, further entries are pushed to the below list
|
// Initial legend, further entries are pushed to the below list
|
||||||
data: ['Candles', 'Volume', 'Entry', 'Exit'],
|
data: ['Candles', 'Volume', 'Entry', 'Exit'],
|
||||||
right: '1%',
|
right: '1%',
|
||||||
|
type: 'scroll',
|
||||||
|
pageTextStyle: {
|
||||||
|
color: props.theme === 'dark' ? '#dedede' : '#333',
|
||||||
|
},
|
||||||
|
pageIconColor: props.theme === 'dark' ? '#aaa' : '#2f4554',
|
||||||
|
pageIconInactiveColor: props.theme === 'dark' ? '#2f4554' : '#aaa',
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
show: true,
|
show: true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user