mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-14 04:03:51 +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,
|
nameRotate: 90,
|
||||||
nameLocation: 'middle',
|
nameLocation: 'middle',
|
||||||
nameGap: 30,
|
nameGap: 40,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'value',
|
type: 'value',
|
||||||
|
|
|
@ -104,7 +104,7 @@ export default class DailyChart extends Vue {
|
||||||
},
|
},
|
||||||
nameRotate: 90,
|
nameRotate: 90,
|
||||||
nameLocation: 'middle',
|
nameLocation: 'middle',
|
||||||
nameGap: 30,
|
nameGap: 50,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'value',
|
type: 'value',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user