ElemeFE / v-charts

基于 Vue2.0 和 ECharts 封装的图表组件📈📊
https://v-charts.js.org
MIT License
6.8k stars 1.98k forks source link

环形图去掉引导线配置失效 #176

Closed chenxuan0000 closed 6 years ago

chenxuan0000 commented 6 years ago

在文档demo配置 label: { show: false } 生效成功去掉了

本地安装的依赖版本1.15.4 无法成功 麻烦告知了为什么

xiguaxigua commented 6 years ago

你的本地安装的应该是 echarts3.x 版本,在3.x 版本中,对 label 的设置与4.0不同 http://echarts.baidu.com/option3.html#series-pie.label.normal

label: {
  normal: {
    show: false
  }
}
chenxuan0000 commented 6 years ago

好的谢谢 已经强制安装了echarts4.x