Link to home
Start Free TrialLog in
Avatar of faizershez
faizershez

asked on

cfchart

hai all,

I have a query in coldfusion page as follows
<cfquery name="output" datasource="polo">
select comment_rank,count(*)total
from comments
group by comment_rank
</cfquery>

output as follows

comment_rank      total
-----------       ------
BAD                20
GOOD               60
OK                 20

how do i create a chart using above query as follows

bad in blue
good  in green
ok in yellow


thanks and please help me








ASKER CERTIFIED SOLUTION
Avatar of Scott Bennett
Scott Bennett
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial