CFGraph depreciated? Is there something out there to replace it???
I have been doing all my development under CFMX (CF6) for years because I was on the development team for it at Allaire/Macromedia. My website however is deployed on a CF8 platform. I have some software that generates graphs based on survey results on the fly (bar, pie, line based on user preference/button pushing). I use "itemLabelOrientation = vertical" and under my CF6 development env it generates a chart that uses vertical words (only if it has to, such as the chart on the left) and horizontal words when not needed. It automaticaly makes this decision when I use the "itemLabelOrientation = vertical" attribute.


HOWEVER... under CF8 it does not honor the attribute and produces this;

So went to the CF8 language reference manual to discover that CFGRAPH is depreciated!!! Arrrrrgh.... And it says to stop using it and it may go away in future releases. I am thinking of asking Crystal Tech (now NewTech) if they can run my site under CF6 to get around this; but I am not sure they offer this and I'd rather hear that there's something that's not end of life that I can use in place of the CFGRAPH call.
Is there some substitute for CFGraph that I can embed in my ColdFusion code to keep this thing going for years to come? I have always loved CFGraph. I used to do QA on CFGraph.
Thanks
Steve
