V-charts line chart display problem

clipboard.png
the position of the red box in the figure is incomplete. I tried to call the component style properties margin and padding are not working. How to make it show the whole.

Mar.20,2021

1. < ve-histogram > add attributes: grid= "grid"
2.js add data (): this.grid = {right: 60} / / the right width of the coordinate chart is 60, adjust the width according to the specific width


find the corresponding parameters to reduce the distance of x


rotation angle

// x
'xAxis.0.axisLabel.rotate': 45,
Menu