chartist-js / chartist

Simple responsive charts
https://chartist.dev
MIT License
13.35k stars 2.53k forks source link

Linear Regression / Trendline Support? #1284

Closed nicmare closed 2 years ago

nicmare commented 3 years ago

i build this scatter graph chart with chartist: image now i would like to show a linear trend line like: image

anyone have an idea how to achieve this? my code for the points is based on this syntax: {x:1602827212, y:43.9582}

Arantiryo commented 2 years ago

Unfortunately multitype charts are not supported as of right now.