Home › Forums › Feature Requests & Feedback › How to plot the graph based on equation using canvasjs spline? › Reply To: How to plot the graph based on equation using canvasjs spline?

#12094

Prasanth,

You can store all generated dataPoints, according to equation, in an array and assign it to chart dataPoints. Here is an example.