echarts饼图中央自定义文字

var option = {
    tooltip: {
        trigger: 'item'
    },
    legend: {
        top: '5%',
        left: 'center'
    }, 
    //中央自定义文字
    title:{
        text:'总考生数',
        left:'center',
        top:'45%',
        textStyle:{
          color:'#031f2d',
          fontSize:20,
          align:'center'
        }
    }
 }

posted @ 2021-08-17 23:20  南风晚来晚相识  阅读(829)  评论(0)    收藏  举报