网页效果:https://eight1302.github.io/echarts/index.html

源代码:https://github.com/eight1302/echarts

echarts代码片段:

 label: {

                    normal: {
                        show: true,
                        position: 'center',
                        formatter:function (argument) {
                            var html;
                            html='本月业绩\r\n\r\n'+'50单';
                            return html;
                        },
                        textStyle:{
                           fontSize: 15,
                            color:'#39CCCC'
                        }
                    }

                },

实际效果:echarts饼状图中间显示数字等

相关文章:

  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
  • 2022-01-02
  • 2022-12-23
  • 2022-01-26
相关资源
相似解决方案