Hello, I recently purchased Canvas JS. I am attempting to convert a DataTable in C# over to a canvas JS graph in ASP.NET MVC.
I have used the “ViewBag.DataPoints” method in the past, but i am hoping there is an easier way to graph my dataset.
Each “Column” in my Datatable will represent a different series, and the data below (integers) will be the data needing to be plotted.
Is there a way to achieve this without using the ViewBag.Datapoints method?
Thank you.