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', name: 'Buy',
type: 'scatter', type: 'scatter',
symbol: 'triangle', symbol: 'triangle',
symbolSize: 8, symbolSize: 10,
xAxisIndex: 0, xAxisIndex: 0,
yAxisIndex: 0, yAxisIndex: 0,
itemStyle: { itemStyle: {
color: '#00FF00', color: '#00ff26',
}, },
encode: { encode: {
x: colDate, x: colDate,

View File

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