dadimohan Report post Posted June 21, 2012 Can some one share the sample applicaiton to show fusions charts using MVC3 applicaiton and Razor engine Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 21, 2012 Can some one share the sample applicaiton to show fusions charts using MVC3 applicaiton and Razor engine Hi, Please note that FusionCharts natively does not have any sample implemented with ASP.Net MVC. However, our developers have created a sample internally for the reference on the same. Please check with the attached file for your reference. But please note that the data needs to be created at your end and in case you wish to use any API, that too needs to be done from your end as we do not have any native support to MVC implementation. The chart rendering function, i.e, "renderChart" would work with MVC and had been showcased in the attached sample. Hope this helps. SimpleWebMVC_WithExport.zip Share this post Link to post Share on other sites
dadimohan Report post Posted June 21, 2012 (edited) Hi Sumedh , Thanks for the example and it is developed using MVC2 and for some reason in MVC3 chart is not rendering. I would be thank full if you could share any sample with MVC3 implementation. In the controler public ActionResult Index() { ViewBag.MyChart = FusionCharts.RenderChart( Url.Content("../../FusionCharts/Column3D.swf"), Url.Content("../../Data.xml"), "", "myFirst", "600", "300", false, true); return View(); } Thanks Hi, Please note that FusionCharts natively does not have any sample implemented with ASP.Net MVC. However, our developers have created a sample internally for the reference on the same. Please check with the attached file for your reference. But please note that the data needs to be created at your end and in case you wish to use any API, that too needs to be done from your end as we do not have any native support to MVC implementation. The chart rendering function, i.e, "renderChart" would work with MVC and had been showcased in the attached sample. Hope this helps. Edited June 21, 2012 by dadimohan Share this post Link to post Share on other sites
dadimohan Report post Posted June 21, 2012 Hi Finally I managed to execute Fusion charts with MVC3 attached the sample example PracticeMVC3 Fusion charts.zip Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 21, 2012 Hi Finally I managed to execute Fusion charts with MVC3 attached the sample example Hi, Its glad to know that you have managed to resolve your issue. And thanks for sharing this sample with us. It will be helpful for everyone. Share this post Link to post Share on other sites