Effectifs : '+Highcharts.numberFormat(this.y, 0, '.', ' ')+' ('+Highcharts.numberFormat((this.y/2376*100),0, '.', ' ')+'%)
';}}
,
series: [{
name: "Lib Sous Domaine",
data: [{name : 'Informatique',y: 2376},],
dataLabels: {
enabled: true,
style:{ color: "#848284",
fontFamily: "default",
fontSize: "11px",
fontWeight: "normal",
textDecoration: "plain",
fontStyle: "normal" },
formatter: function () { return ""+Highcharts.numberFormat((this.y/2376*100), 0, ".", " ")+"%
"
}},
innerSize: "20%",
startAngle: 0,
}]
});
});