1、折线图

 itemStyle: {
       normal: {
         color: "#3C76F4",       //改变折线点的颜色
         label : {show: true},   //顶部显示数值
         lineStyle: {
           color: "#3C76F4"      //改变折线颜色
         }
       }
     }

image.png

2、饼图

label: {
  show: true, //饼图上的数据是否展示true展示false不展示
  position: "inner", //饼图上的数据展示位置inner是展示在内部
  formatter: "{c}" //饼图上展示的数据格式
},

image.png

3、柱形图

label: {
     normal: {
        show: true,
        position: 'top',
        textStyle: {
            color: '#000',
            fontSize: 12
        }
    }
},

image.png


九零七
20 声望1 粉丝

引用和评论

0 条评论