vueblocks / ve-charts

📈 ECharts 4.x for Vue.js 2.x. | 📈 ECharts 5.x for Vue.js 3.x in next version.
https://vueblocks.github.io/ve-charts
213 stars 44 forks source link

为什么隐藏legend之后上面还会留有大片空白 #147

Closed sukidesuka closed 3 years ago

sukidesuka commented 3 years ago

image

image

在echarts的官网发现他们也会这样留一片空白,有什么方式可以去掉吗

sukidesuka commented 3 years ago

已解决,需要自行设置grid属性距离边距的数值,来拉伸grid image

image

xiaoluoboding commented 3 years ago

抱歉,回复晚了。ve-charts 默认提供了 grid

grid: {
  right: 10,
  bottom: 10,
  left: 10,
  containLabel: true
}