chartist
chartist copied to clipboard
How set the color of each point on one line...
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.

It should be possible by listening to the draw event similar to how it's done is this example.
Also, since Chartist renders chart elements as SVG, it's possible to style everything with CSS.