Are there any HtmlHelper Extensions for Google Chart Api? (I like to use for some basic charts, e.g. Pie Chart, Bar Chart)
Soe Moe
|
Soe Moe |
||||
|
|
|
Google says that you insert a chart like this:
So it should be easy enough to write an HtmlHelper like this (untested):
and call it like this:
which should insert this into your page: |
||||
|
|
|
A C# wrapper for the Google Chart API. http://code.google.com/p/googlechartsharp/ Usage examples http://code.google.com/p/googlechartsharp/wiki/UsageExamples I'm sure you could create a HTMLHelper that incorporates this wrapper class to make it even easier. |
||||
|
|