Search code examples
chartsasp.net-charts

Clickable barchart, where clicking on any bar would redirect to concern information page


I`m making student progress tracking system, where I need to show the progress chart on every subject.

Here every bar represent the subject, while clicking on any bar(subject) would produce another chart that is showing the progress of that particular subject.

I want every bar of bar-chart click-able that I can fire the event by clicking on that, so any help on that?(I am using ASP.NET(C#) for development)


Solution

  • You can easily implement this with Flash or JavaScript version of amCharts

    The charts are client-side so all you need to do on the server is generate your data in CSV or XML format and feed it to the charting controls.