Improve visual style of singals

This commit is contained in:
Matthias 2020-06-29 07:19:17 +02:00
parent 6cdb3394d7
commit 5c8c38b58f

View File

@ -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: {