I'm using chartist.js in my project. Right now my points looks like this:
Which are actually just svg line.
What I need is to make look it like this:
Is it any way to do it using chartist.js ?
I'm using chartist.js in my project. Right now my points looks like this:
Which are actually just svg line.
What I need is to make look it like this:
Is it any way to do it using chartist.js ?
Ok this is what I found. It is related to this.
So the only thing you need to do is change point-svg from line to circle. And after this u can do this in your css.
This is what I have right now:
You can make it different color depends inside which path it is located. ex.