+ 1
Which is the best way to create animated & responsive bar chart in web?
Hi SoloLearn! This is my first question in this community forum. I am currently learning web programming (html, css, JavaScript) and I want to create a nice bar chart for my investment return. I found two ways of making chart through CSS Trick. 1. Purely CSS + HTML 2. HTML SVG + JavaScript Question is, which is the best way to create an animated & responsive bar chart in web and WHY? I would like to get more explanation for this, so I could decide to choose one way to do it. If you have an example code or better idea, feel free to share it. Thanks!
2 Answers
+ 4
chart.js or d3.js
0
https://thenextweb.com/dd/2015/06/12/20-best-javascript-chart-libraries/
Choose whichever you like from these 20 libraries.
I would prefer Chart.js I have worked on it.