You must be logged in to post your query.
Home › Forums › Chart Support › Trendline for scatter chart
Do you have an example on how to add a 2nd order polynomial trendline with forecasting (forward and backward) to a scatter chart? You can see an example in excel here:
https://easyupload.io/erzx82
@dunhamcd,
As of now, CanvasJS doesn’t have the option to add equations / technical indicators as an inbuilt feature. However, you can generate datapoints as per the equation & add a spline dataseries to the chart with few lines of code. Please take a look at this JSFiddle for an example on the same.
Also, you can check out this forum thread for more info on adding technical indicators (SMA & EMA).
—- Manoj Mohan Team CanvasJS
You must be logged in to reply to this topic. Login/Register