hi,
i have the result of a ranking script in a foreach loop, sorted by the number of votes. is there a way to visualize this with a chart/graph tool? the results are in a table, so each "project" has its own
<tr><td>project name</td><td>4</td></tr>
i want to display the number of votes eg. 4, in a row underneath the written result. and that for all other results too.
any advice?
thanks in advance :)