adjusted the namegap property in the chart configuration to put space between the axis and label

This commit is contained in:
Varun (Linux) 2021-02-10 17:30:27 +08:00
parent fd49970cae
commit f37dccf4b4
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ export default class CumProfitChart extends Vue {
},
nameRotate: 90,
nameLocation: 'middle',
nameGap: 30,
nameGap: 40,
},
{
type: 'value',

View File

@ -104,7 +104,7 @@ export default class DailyChart extends Vue {
},
nameRotate: 90,
nameLocation: 'middle',
nameGap: 30,
nameGap: 50,
},
{
type: 'value',