Home › Forums › Chart Support › Drilldown with Ajax and MVC › Reply To: Drilldown with Ajax and MVC
Following is my chart object just before chart.render() Logged with JSON.stringify(chart) `{ “options”: { “cursor”: “pointer”, “title”: { “text”: “Events breakdown by Event Type” }, “data”: [ { “type”: “doughnut”, “dataPoints”: [ [ { “label”: “Severe G-Force”, “y”: 2, “color”: “blueviolet” }, { “label”: “High G-Force”, “y”: 21, “color”: “darkmagenta” }, { “label”: “Driving w/o Seatbelt”, “y”: 38, “color”: “midnightblue” }, { “label”: “Speed Violation”, “y”: 171, “color”: “red” } ] ] } ] } }’
Chart renders as an empty box with the Chart Title (Events breakdown by Event Type) and a tiny canvas.js link in the bottom right