Recommendations to others considering Chartist Js:
If you want to build out statistics which are simple like comparison between two entities - use bar graphs or line graphs, or distribution of a value across multiple entities - pie charts, and you want to develop them fast without getting an headache on how to integrate, style - CSS , or animations - then Chartist.js is the right choice for you. Its very easy and light to use. Will give you the styling by default and you are all started. However, if your statistics needs are advanced - say you want to build graphs or you are looking out for full control over your chart including panning, zooming, tooltips, labels , event mechanism on clicks, etc, then Chartist.js will fail to meet your needs. You should look for an alternative like D3.js or plotly.js. They provide wide and diverse variety of charts, and are more feature rich. Review collected by and hosted on G2.com.
What problems is Chartist Js solving and how is that benefiting you?
i used Chartist.js in one of my projects in which I had to prepare a dashboard for User Statistics across different regions and how long they were surfing our website. I didn't know about charts, how they had to be coded and styled. Chartist.js came to my rescue and I was able to create the dummy dashboard within 2 days to show to my seniors. It not only helped me to draw stunning stats, but was extremely easy to use, and work with by reading its documentation. The charts were automatically styled by the library and I didn't have to work much on the Ui for it. I just focussed my attention towards fetching the data for the charts. Later on, I just had to prepare a global styling which had to be fed to the library and all the charts started following the colour scheme. Review collected by and hosted on G2.com.