Hi,
I have a circular gauge which works perfectly, except the height in percentage:
<div style="height:300px">
<ejs-circulargauge style="display: block;" height="50%">
<e-axes>
<e-axis minimum='0' maximum='100'>
<e-pointers>
<e-pointer value='50'></e-pointer>
</e-pointers>
</e-axis>
</e-axes>
</ejs-circulargauge>
</div>
My div is in 300 px but my gauge is always 450px.
Thanks a lot