Adding trendlines to existing chart Chart.js
问题 from hours I've been looking for a solution to add trendlines to an existing chart built with Chart.js I think we can only add logarithmic trendline on Chart.js ? I don't want to draw a trendline from scratch, but add 2 trendlines based on existing data of these 2 lines ; please see this fiddle example : THANK YOU https://jsfiddle.net/blueagency/p88mx3nw/ A big thank you in advance for all your help. 回答1: Currently, chart.js does not have a trendline capability at all (not even logarithmic).