highcharts 数据格式化

var chart;
$(document).ready(function() {
 chart = new Highcharts.Chart({
  chart: {
   renderTo: 'reportDiv',
   //defaultSeriesType: 'column',
   plotBackgroundColor: null,
   plotBorderWidth: null,
   plotShadow: false
  },
  title: {
   text: '来源调查饼图'
  },
  tooltip: {
          formatter: function() {
             return '<b>'+ this.point.name +'</b>: '+ Highcharts.numberFormat(this.percentage, 2) +'% ('+
                          Highcharts.numberFormat(this.y, 0, ',') +' 个)';
          }
      },
 
  plotOptions: {
   pie: {
    allowPointSelect: true,
    cursor: 'pointer',
    dataLabels: {
     enabled: false
    },
    showInLegend: true
   }
  },
  series: [{type: 'pie',name: '来源调查',data: [ {name: '公司主页',sliced: true,selected: true,y:6},['报纸杂志',2],['朋友推荐',6],['外部招聘网站',4],['其他',4]]}]
 });
//$("#printButton").css("display","none");
//$("#exportButton").css("display","none");
 
 
});

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值