Which is the best way to create animated & responsive bar chart in web? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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!

8th Jun 2019, 2:06 AM
Marcus Keong
Marcus Keong - avatar
2 Answers
+ 4
chart.js or d3.js
8th Jun 2019, 2:38 AM
Gordon
Gordon - avatar
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.
21st Jun 2020, 11:21 AM
Sharique Khan
Sharique Khan - avatar