Simple Graph 这是最基本的一个图表,有横坐标,纵坐标。效果如下:这是最基本的图形,x轴,y轴,对应的数据形式是JSON类型,更多的可以参照D3官网:http://d3js.org/ Read More
posted @ 2014-08-26 16:13 精灵@ Views(2590) Comments(0) Diggs(0)
http://www.jqplot.com/网址,自己下载下例子看一下就明白了。 这个是我之前做的项目中的例子(仅是部分代码):function publicMethod(){ var plot1 = $.jqplot(chart, [currYear], { seriesColors: [... Read More
posted @ 2014-06-20 16:48 精灵@ Views(332) Comments(0) Diggs(0)