Can I create a Colgraph on an aggregated column?
for example:

mySQL = SELECT fruits, COUNT(fruitid) from tblfruits
GROUP BY fruits

'I would like to have a nice graph on the fruit count'

MyDb.dbColGraph="tblfruits,????,65,,blueline.g if,3;"

thanks
zed-