mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
adjusted the namegap property in the chart configuration to put space between the axis and label
This commit is contained in:
parent
fd49970cae
commit
f37dccf4b4
|
@ -92,7 +92,7 @@ export default class CumProfitChart extends Vue {
|
|||
},
|
||||
nameRotate: 90,
|
||||
nameLocation: 'middle',
|
||||
nameGap: 30,
|
||||
nameGap: 40,
|
||||
},
|
||||
{
|
||||
type: 'value',
|
||||
|
|
|
@ -104,7 +104,7 @@ export default class DailyChart extends Vue {
|
|||
},
|
||||
nameRotate: 90,
|
||||
nameLocation: 'middle',
|
||||
nameGap: 30,
|
||||
nameGap: 50,
|
||||
},
|
||||
{
|
||||
type: 'value',
|
||||
|
|
Loading…
Reference in New Issue
Block a user