echarts.js:下载 - Apache ECharts
jquery.js:Download jQuery | jQuery
注意:json外部的路径 : “$.get("json/tu1.json", function(data)”
效果:HTML:
JSON:燃料类型比例与数量:按企业分 #bt01 { width: 900px; height: 500px; }
[
{
"type":"汽油",
"value":[
{
"car":"湖南巴士",
"sl":"355"
},
{
"car":"宝骏巴士",
"sl":"245"
},
{
"car":"龙骧巴士",
"sl":"247"
}
]
},
{
"type":"柴油",
"value":[
{
"car":"湖南巴士",
"sl":"425"
},
{
"car":"宝骏巴士",
"sl":"335"
},
{
"car":"龙骧巴士",
"sl":"217"
}
]
},
{
"type":"油电混动",
"value":[
{
"car":"湖南巴士",
"sl":"62"
},
{
"car":"宝骏巴士",
"sl":"78"
},
{
"car":"龙骧巴士",
"sl":"54"
}
]
},
{
"type":"电动",
"value":[
{
"car":"湖南巴士",
"sl":"101"
},
{
"car":"宝骏巴士",
"sl":"122"
},
{
"car":"龙骧巴士",
"sl":"111"
}
]
},
{
"type":"天然气",
"value":[
{
"car":"湖南巴士",
"sl":"44"
},
{
"car":"宝骏巴士",
"sl":"65"
},
{
"car":"龙骧巴士",
"sl":"45"
}
]
},
{
"type":"原装双燃料",
"value":[
{
"car":"湖南巴士",
"sl":"35"
},
{
"car":"宝骏巴士",
"sl":"42"
},
{
"car":"龙骧巴士",
"sl":"34"
}
]
}
]



