I created divs dynamically in javascript. I have the div with the size in the car. The problem is that the div cuts off a part of the circle. How can I resolve this without pixel values?
div.style.height = "auto";
example: link
I created divs dynamically in javascript. I have the div with the size in the car. The problem is that the div cuts off a part of the circle. How can I resolve this without pixel values?
div.style.height = "auto";
example: link
It is not the DIV that is cutting, but the SVG that has the attribute height="42"
and ends up cutting the graph.