/** * 部门图表 **/ var chart = new Highcharts.Chart({ chart: { type: 'column', renderTo: 'container2', height:450 }, title: { text: '部门图表' }, xAxis: { categories:${dateListJSON} }, series: ${groupListJSON} });
posted on 2014-12-05 15:20 w z y 阅读(157) 评论(0) 编辑 收藏 举报