Need to deliver real-time charts (mostly bar and line charts) and wondering if a fast library can help.

I guess that C is mandatory for speed and I would favor frame-buffer drawing (rather than a specific drawing package) for portability.

Environment will be *nix AND Windows. That's for a Web application.

Any idea?

link|improve this question
I'm afraid you'll have to be more precise to get a good answer. Environment? Application? Programming language? Web? Desktop? – JAG Aug 28 '10 at 7:41
I think you're optimizing in the wrong place. If this is a web app, your speed limitation is probably the browser and network, so the graph generator doesn't need to be optimized and written in C. Unless it is doing heavy processing to generate the graphs. – mankoff Aug 28 '10 at 17:35
feedback

1 Answer

Not sure if this will suit you but Google Chart Tools has APIs for charting data in various ways.
These are two related site references:
- NetTuts+ Easy Graphs with Google Chart Tools
- jQuery Google Charts 1.0

link|improve this answer
Alas, if they're considering C, the additional latency from the request alone may be a dealbreaker. – Phoshi Nov 11 '10 at 20:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.