mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Update chart naming
This commit is contained in:
parent
bf759428a4
commit
6b5f8e84f7
|
@ -161,7 +161,7 @@ export default class CandleChart extends Vue {
|
|||
animation: false,
|
||||
legend: {
|
||||
// Initial legend, further entries are pushed to the below list
|
||||
data: ['Candles', 'Volume', 'Buy', 'Sell'],
|
||||
data: ['Candles', 'Volume', 'Long', 'Long exit'],
|
||||
right: '1%',
|
||||
},
|
||||
tooltip: {
|
||||
|
@ -405,7 +405,7 @@ export default class CandleChart extends Vue {
|
|||
},
|
||||
},
|
||||
{
|
||||
name: 'Buy',
|
||||
name: 'Long',
|
||||
type: 'scatter',
|
||||
symbol: 'triangle',
|
||||
symbolSize: 10,
|
||||
|
@ -420,7 +420,7 @@ export default class CandleChart extends Vue {
|
|||
},
|
||||
},
|
||||
{
|
||||
name: 'Sell',
|
||||
name: 'Long exit',
|
||||
type: 'scatter',
|
||||
symbol: 'diamond',
|
||||
symbolSize: 8,
|
||||
|
|
Loading…
Reference in New Issue
Block a user