You must be logged in to post your query.
Home › Forums › Chart Support › Drill Down Chart
I am currently working on drill down chart using ASP.NET integration. I am using MVC and MSSQL database. However, I got no idea why the chart does not render from the data I get. The following link is my project and a sample database. Thank you so much for the help.
https://1drv.ms/u/s!ArY1OZOnknm523vvgC8AYUSBMOCX?e=RfiRs1
@jason1028,
We are looking into it and we will get back to you at the earliest.
—- Manoj Mohan Team CanvasJS
It seems like the x-values that are passed to the chart are null. X-Values can either be numeric or date-time. Please take a look at this sample project with data for an example on drilldown chart with data from database. You can change the structure of the database table according to your requirements, update query accordingly and pass datapoints to the chart-options.
You must be logged in to reply to this topic. Login/Register