I got 2 sets of data that look like the images as shown below. I would like to create a drill down chart with ASP.NET MVC that map back to the weekday name/date based on the first level of drill down chart.
This is the desire result of my drill down chart.
I am able to create the drill down chart with hardcoded data such as the code as shown below.
In this chart, I pre-define the weekday name for each data and map the data i got from database. However, is there any other way to do it without pre-defining the chart data.
Thank you for your help. I have no idea how to work on this.
This topic was modified 5 years, 4 months ago by Jason1028. Reason: Image link not working
This topic was modified 5 years, 4 months ago by Jason1028. Reason: Image link not working
Please download the sample project from this link. An instructions.txt file has been included for your convenience with instructions to set up the project and get the charts running.