Echarts可视化教程

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

百度Echarts自定义legend属性

legend: {
  align: 'left', //图例的位置
  x: 50,
  y: 20,  
  data:[
    {
   ​   name:'vue',
 ​ ​    icon:'circle'
    },
    {
      name:'node',
      icon:'circle'
     },
     {
      name:'php',
      icon:'circle'
     },
  ]
},
点击展开全文

相关文章

  1. 百度Echarts事件处理方法介绍
  2. 百度Echarts数据集dataset的基本用法
  3. 百度Echarts修改颜色主题
  4. 百度Echarts中tooltip参数用法介绍
  5. 百度Echarts柱形图series参数用法介绍