开发者

How can I use json to populate the data in a google bar chart

I am trying to use a google bar chart in an asp.net-mvc application.

The sample is quite straight forward to do as a static tabl开发者_StackOverflow社区e but i want to build up the table on the server side and pass back down to the client using ajax.

Is there anyway you can populate the datatable that is used for the bar chart with an ajax call getting json or something similar ?


You could use one of these tools with jQuery ajax requests for example:

  • http://keith-wood.name/gChart.html
  • http://code.google.com/p/gchart-plugin/
  • http://www.maxb.net/scripts/jgcharts/include/demo/

(You'd still need to construct the appropriate JSON representations on the server side.)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜