jquery中highchart的用法,怎么在在ajax传来的json数据给series赋值? 30
$('#container1').highcharts({chart:{plotBackgroundColor:null,plotBorderWidth:null,plo...
$('#container1').highcharts(
{
chart : {
plotBackgroundColor : null,
plotBorderWidth : null,
plotShadow : false
},
title : {
text : ' '
},
tooltip : {
pointFormat : '{series.name}: <b>{point.percentage:.1f}%</b>'
},
plotOptions : {
pie : {
allowPointSelect : true,
cursor : 'pointer',
dataLabels : {
enabled : false,
color : '#000000',
connectorColor : '#000000',
format : '<b>{point.name}</b>: {point.percentage:.1f} %'
}
}
},
credits : {
enabled : false
},
series : []
});
function showProfitModel(){
$.get("deal.do?m=chartData&proid='${map.proid}'",function(data){
var d=eval('('+data')');
var obj1=d.chengbengc;
$.each(obj1,function(i,item){
var series={ };
series.name=item.cost-item;
series.data=item.cost-fee;
$('#container1').
})
这里面该怎么写呢?谢谢大家了 展开
{
chart : {
plotBackgroundColor : null,
plotBorderWidth : null,
plotShadow : false
},
title : {
text : ' '
},
tooltip : {
pointFormat : '{series.name}: <b>{point.percentage:.1f}%</b>'
},
plotOptions : {
pie : {
allowPointSelect : true,
cursor : 'pointer',
dataLabels : {
enabled : false,
color : '#000000',
connectorColor : '#000000',
format : '<b>{point.name}</b>: {point.percentage:.1f} %'
}
}
},
credits : {
enabled : false
},
series : []
});
function showProfitModel(){
$.get("deal.do?m=chartData&proid='${map.proid}'",function(data){
var d=eval('('+data')');
var obj1=d.chengbengc;
$.each(obj1,function(i,item){
var series={ };
series.name=item.cost-item;
series.data=item.cost-fee;
$('#container1').
})
这里面该怎么写呢?谢谢大家了 展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏30(财富值+成长值)
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询