Dynamically increase height and width

Asked

Viewed 200 times

0

I have created a Javascript dynamic Ivs. I have div with auto size. The problem is that div cuts a part of the circle. How can I salvage that without pixel values.

div.style.height = "auto";

example: http://jsfiddle.net/tttxfvcu/20/

1 answer

1

It is not the DIV that is cutting, but the SVG that is with the attribute height="42" and ends up cutting the graph.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.