stephen.friedrich
09-24-2009, 07:01 PM
I need some flexible, dynamic charting for a future app.
Traditionally I have generated charts as images on the server side, and simply displayed those images on the client.
However that won't fly for the new app, because a much more dynamic behavior is required.
Flash isn't doing any good for me at all, because it's simply a no-do in our client's company guidelines.
I guess I will have to use something like http://raphaeljs.com/ and then draw charts using vector graphics primitives :(
Or maybe someone can recommend from practical experience an external pure JavaScript charting library? What I have goggled so far seems to be either extremely expensive or pretty basic or/and unmaintained.
I wonder if others haven't asked for similar features? Seems to me a much better fit for ExtJS than the alien flash charting.
Traditionally I have generated charts as images on the server side, and simply displayed those images on the client.
However that won't fly for the new app, because a much more dynamic behavior is required.
Flash isn't doing any good for me at all, because it's simply a no-do in our client's company guidelines.
I guess I will have to use something like http://raphaeljs.com/ and then draw charts using vector graphics primitives :(
Or maybe someone can recommend from practical experience an external pure JavaScript charting library? What I have goggled so far seems to be either extremely expensive or pretty basic or/and unmaintained.
I wonder if others haven't asked for similar features? Seems to me a much better fit for ExtJS than the alien flash charting.