mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Better style for buy-signal
This commit is contained in:
parent
5a6a71e08a
commit
58160f35c5
|
@ -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,
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue
Block a user