ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Show clickable charts
Posted by seafree on Jan-06-2015 23:07
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

  Re: Show clickable charts
Posted by Peter Kwan on Jan-07-2015 01:05
See:

http://www.chartdir.com/forum/download_thread.php?site=chartdir&bn=chartdir_support&thread=1420557694#N1420563827

Regards
Peter Kwan