D3 USA GDP bar chart feedback

Hello everyone,

I just finished my first project in D3 for Bar chart. Link to my code is :

I would love to hear feedback from everyone and tips to improve my bar chart. Also, I am wondering if there is any way to re scale D3 for different devices with different screen widths and heights.

Not a reply but a question. Are all those scripts loaded in the html file needed? I’ve removed 4 out of 5 I believe, and still renders fine. (Just trying to understand your code)

The plot itself and the tooltips look amazing, congrats!

1 Like

Thank you @anon10002461

I used to load those scripts for adding jQuery, Bootstrap, fontawesome to my projects, but I guess I don’t need them for d3 projects. Thank you for reminding me to remove them.