Better style for buy-signal

This commit is contained in:
Matthias 2020-09-27 09:23:35 +02:00
parent 5a6a71e08a
commit 58160f35c5
2 changed files with 3 additions and 3 deletions

View File

@ -268,11 +268,11 @@ export default class CandleChart extends Vue {
name: 'Buy',
type: 'scatter',
symbol: 'triangle',
symbolSize: 8,
symbolSize: 10,
xAxisIndex: 0,
yAxisIndex: 0,
itemStyle: {
color: '#00FF00',
color: '#00ff26',
},
encode: {
x: colDate,

View File

@ -114,7 +114,7 @@
:y="gridLayoutChartView.y"
:w="gridLayoutChartView.w"
:h="gridLayoutChartView.h"
min-h="6"
:min-h="6"
drag-allow-from=".card-header"
>
<DraggableContainer header="Chart">