柱状图图表上方 显示数字

  1. series: {
                itemStyle: {
                    normal: {
                        label: {
                            show: true,  //开启显示
                            position: 'top',  //在上方显示
                            textStyle: {
                                //数值样式
                                color: 'black',
                                fontSize: 12
                            }
                        }
                    }
                }
            }

     

  2.  

     

posted @ 2022-11-25 21:39  小成-  阅读(843)  评论(0)    收藏  举报