Saigesp / vue-d3-charts

D3 charts for Vue
https://saigesp.github.io/vue-d3-charts/
GNU Lesser General Public License v2.1
98 stars 30 forks source link

svg content does not fit it's container if there is no max-width #14

Open pagesti-dev opened 4 years ago

pagesti-dev commented 4 years ago

When the graph is init, it exceeds of its container if the container has max-width: 100%, however if the window is resized, the graph scales back properly.

Saigesp commented 4 years ago

I can't reproduce the bug. Can you attach some example code?