holtzy / D3-graph-gallery

A collection of simple graphics made with D3.js
https://www.d3-graph-gallery.com
MIT License
790 stars 237 forks source link

responsiveness example bug #48

Open holtzy opened 3 years ago

holtzy commented 3 years ago

Hi Yan,

Thank You for the example: https://www.d3-graph-gallery.com/graph/custom_responsive.html

It helped me to learn d3 chart responsiveness.

I have one problem though. I have to resize the page, only then the graph fits into parent div. When the page loads, or when I load it after zooming, the graph is oversized and stretches outside parent div.

Could You advise?

Kind, Damian