mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 10:43:52 +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',
|
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,
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user