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