views:

947

answers:

2

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.

+1  A: 

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

CookieOfFortune
+1  A: 

Two (free) libraries come to mind:

Rick Copeland