echart 饼图图例legend支持滑动

legend: {
  orient: 'vertical',
  right: '10%', //图例距离左的距离
  y: 'center', //图例上下居中
  data: this.chartData.barTitles,
  textStyle: {
    color: '#fff'
  },
  type:'scroll',
},

type:'scroll',滚动

orient: 'vertical',方向(垂直)

你可能感兴趣的:(echarts)