I have a table with 4 columns like so:
option1 option2 option3 option4
2 1 1 0
Using Coldfusion, I have been able to display to the user
what percentage of the total of all options (4) is option1 (50%), 25% for options2 and 3.
But I have been asked to show a bar graph of these results and I am lost.
Someone mentioned cfgraph but I am over my head.
Any clues please?
Thanks
option1 option2 option3 option4
2 1 1 0
Using Coldfusion, I have been able to display to the user
what percentage of the total of all options (4) is option1 (50%), 25% for options2 and 3.
But I have been asked to show a bar graph of these results and I am lost.
Someone mentioned cfgraph but I am over my head.
Any clues please?
Thanks