Question

I have a bunch of numeric stats data gathered over time.

I need to show it as a line graph to user in a HTML page. I want to render graph on client. It would be perfect if graph would be interactive (allowing user to scale, scroll, toggle graph lines visibility etc.).

Is there any decent free graph drawing library for Flash / Flex (or, perhaps, JavaScript with Canvas)?

I'd prefer something gnuplot-like, but will deal with anything that is sane enough.

Update: Something besides Flare.

Was it helpful?

Solution

Two (free) libraries come to mind:

OTHER TIPS

There is Flare for Actionscript 3. Flex Professional has a charting library as well (But is not free).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top