var plotOptions={  
                column:{  
                    //borderColor: "#CCCC66",//边框  
                    shadow: true,      //阴影  
                    dataLabels:{                //柱状图数据标签
                        enabled:true,       //是否显示数据标签 
                        color:'#e3e3e3',        //数据标签字体颜色    
                        formatter: function() {        //格式化输出显示       
                           return "¥" + (this.y);    
                       },  
                    }
                }

 

相关文章:

  • 2021-11-13
  • 2021-10-07
  • 2021-11-16
  • 2022-02-27
  • 2021-05-24
  • 2021-09-04
  • 2022-12-23
猜你喜欢
  • 2021-08-18
  • 2021-04-27
  • 2022-02-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
相关资源
相似解决方案