I've been messing around a bit with a Facebook application for a while now, which is using FBML. A need has arisen to integrate graphs to display data. From what I can tell my options would be one of the following:
- Find a Flash Graph that doesn't require a JavaScript library to work
- Convert the application to an IFrame application, and hope that Facebook wont break the Graph JavaScript
- Generate the graph serverside with GD or ImageMagick
I would preferably not go with option 3, due to how boring generated graphs look, and serverside load.
Does anyone have any opinions or suggestions on how I would best solve this?