chartist-js / chartist

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

How set the color of each point on one line... #1272

Closed ZNick86 closed 1 year ago

ZNick86 commented 3 years ago

I need help with your "chartist-js" project. I want to draw a graph as a line with dots, but I need to set the color of each point at the time of drawing. Снимок экрана

Arantiryo commented 2 years ago

It should be possible by listening to the draw event similar to how it's done is this example.

igorlukanin commented 2 years ago

Also, since Chartist renders chart elements as SVG, it's possible to style everything with CSS.