Hi Peter, I showed a pie charts with 3 values:
-sector name
-cost
-percent
Then I click a sector but I cant't show the COST, can you help me please, the code is:
<ul>
<li><b>Sistema</b> : @{[$query->param("label")]}</li>
<li><b>Indisponibilidad</b> : @{[$query->param("value")]}</li>
<li><b>Porcentaje</b> : @{[$query->param("percent")]}%</li>
<li><b>COST</b> : @{[$query->param("\\$value|0}")]}</li>
</ul>
Thanks |