mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Improve visual style of singals
This commit is contained in:
parent
6cdb3394d7
commit
5c8c38b58f
|
@ -236,6 +236,7 @@ export default class CandleChart extends Vue {
|
|||
name: 'Buy',
|
||||
type: 'scatter',
|
||||
symbol: 'triangle',
|
||||
symbolSize: 8,
|
||||
data: this.buyData,
|
||||
xAxisIndex: 0,
|
||||
yAxisIndex: 0,
|
||||
|
@ -252,6 +253,7 @@ export default class CandleChart extends Vue {
|
|||
type: 'scatter',
|
||||
data: this.sellData,
|
||||
symbol: 'diamond',
|
||||
symbolSize: 8,
|
||||
xAxisIndex: 0,
|
||||
yAxisIndex: 0,
|
||||
itemStyle: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user