GaugeChart.html 313 Bytes
<div id="NMEC_${id}" class="wev-comp-${compType}">
	<div class="wev-chart-container">
		{@if title}
		<div class="wev-chart-title wev-chart-title-mb">${title}</div>
		{@/if}
		$${loading.content}
		<div class="wev-chart" style="${style}"></div>
		<div class="wev-error" style="display:none;"></div>
	</div>
</div>