How to implement Slider panel and 3d pie chart for Razor ASP.NET MVC4 template?

I am developing an application using ASP.net MVC4. My utility has a requirement to implement a slider panel, changing the values โ€‹โ€‹of which should affect the three-dimensional pie chart. I could not find examples of examples online or implementations. I would really help if anyone could figure this out. We look forward to hearing from you as soon as possible. Thank you in advance:

Below is information on what the slider and pie chart look like with the MVC4 ASP.net C # implementation.

http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Slider/Slider.aspx http://www.i36.tinypic.com/2wduhkn.png

-1
source share
1 answer

You can use the jQuery UI Slider for the slider and HighCharts pie chart for the graphic image.

0
source