The latest release of FusionCharts comes bundled with HighCharts - a powerful JavaScript charting library. Now you get the best of both the Flash and JavaScript (HTML5) worlds, without having to write any additional code.
sounds interesting. though they should completely remove the flash part
kind regards
tobiu
Best regards
Tobias Uhlig
__________
Sencha Inc
Tobias Uhlig, Solutions Engineer
Private Projects: S-CIRCLES Social Network Engine
Commercial Theming for Ext JS 3 & 4
i am really interested in the new raphael / ext4 charting engine as well
the ie6 screenshot looks funny, though it makes me sad that this dinosaur won't die.
the only problem for both projects will probably be to generate charts on the serverside, that are looking the same way (for example chart-images for newsletters). automatically generating screenshots is not a clean way imho.
kind regards
tobiu
Best regards
Tobias Uhlig
__________
Sencha Inc
Tobias Uhlig, Solutions Engineer
Private Projects: S-CIRCLES Social Network Engine
Commercial Theming for Ext JS 3 & 4
I'll be presenting on the Charting & Data Visualization in Ext JS 4. We've put together quite a team to promote vector graphics as a first class citizen. I hope to see you there!
the only problem for both projects will probably be to generate charts on the serverside, that are looking the same way (for example chart-images for newsletters). automatically generating screenshots is not a clean way imho.
You can serialise your Raphael charts to JSON, send to server, convert to SVG then use Batik to convert to PNG. I have done this with great success. Unfortunately I had to write my own chart software with Raphael as gRaphael was very incomplete/buggy.