Echarts可视化教程

  1. 网站首页
  2. 百度ECharts
  3. ECharts实例
  4. ECharts入门
  5. 地图大全
  6. ECharts官网

百度Echarts去除饼图的白色阴影

option = {
  // 其他配置项...
  series: [{
    type: 'pie',
    data: [/* 数据 */],
    itemStyle: {
      shadowBlur: 0
    }
  }],
  // 其他配置项...
};
点击展开全文

相关文章

  1. 百度Echarts饼图标签formatter使用及自定义标签
  2. 百度Echarts中实现饼图之间添加空隙
  3. 百度Echarts饼图新增点击事件
  4. 百度Echarts去除饼图默认文字描边效果
  5. 百度echarts饼图实现双标题