日期:2014-05-17 浏览次数:20456 次
$(function () {
var item;
$.ajax({
type: "post",
url: "/Monitor/Day/",
success: function (data) {
if (data != "") {
item = data.split(',');
alert(item);
//chart.xAxis.categories = [item];
//alert(chart.xAxis.categories);
}
}
});
var chart = Highcharts.Chart({
chart: {
renderTo: 'container',
type: 'column'
},
title: {
text: 'Used Space C,D,E,F:Lable Data'
},
subtitle: {
text: 'Source: WorldClimate.com'
},
xAxis: {
categories: item