karma Report post Posted March 31, 2011 Hello, I am currently trying to integrate charts in ASP.NET 4 with MVC3 and Razor. I want to link several charts together on the same page, one master chart and two child charts. When a user clicks on links in the master chart, I would like to refresh only the child charts using Ajax. I noticed you provided several examples of achieving this using Javascript. However, with MVC3 I need to make an Ajax.ActionLink call each time the user clicks on links in the master chart so that the controller will be called properly and update the partial view appropriately. My question is, how can I link my Ajax.ActionLink calls to the links in the master chart? Thank you. Share this post Link to post Share on other sites
Guest Angie Report post Posted April 1, 2011 Hi, Welcome to FusionCharts Forum! We are looking into this and will get back to you once we come up with a possible workaround. Thank you very much for your continued patience and patronage. Share this post Link to post Share on other sites