I am sure I am missing something, but when we use the dashboard layout and use the circular gauge, if we set the height and width to 100%, the width is perfect for a panel but the height goes way too big. There is a huge amount of white space - above and below - the rendered chart. As we need the charts to be responsive, we can't set a pixel height. How do you make the gauge take up the full space of the dashboard content? As the below code fits the width, but makes the gauge display about halfway down in the panel and stretches beyond the panels bottom.
<div class="e-panel-container">
<div class="e-panel-header">Office 1</div>
<div class="content"><div id="office1Gauge"></div></div>
</div>
var office1Gauge = new ej.circulargauge.CircularGauge({
height: '100%',
width: '100%',