hi everyone,
We have recently started playing around with the new XT Charts, and found that there was not many examples out there for implementing Fusion charts in a nice clean reusable pattern.
In our project, we have opted to render the charts using a data url, as some of our queries were a little bit slow, and we wanted to minimize impact on the user experience, which was achieved by letting the other page content to load first, then waiting an extra second for a chart, didn't seam to be so bad.
we have created strongly typed models for all the chart types, i have kept these to bare bones for these examples, but you can add sub classes for all the styling options, and additional parameters, should you find that you require them. (are not needed for getting started)
we have also created some basic html extensions, for rendering of charts, I have only included a single Html Extension method, as that was all that i am using at the moment, for all my charting, creating overloads should you require them should be a simple enough process.
Feel free to post updates / comments / suggestions
MVC Chart Example.zip