vote up 0 vote down star

I'm stuck at designing an user interface for defining dynamic charts which are using recordset for databinding.

i dont need charting application or api, i need admin UI to control them

Do you know any good example of chart management application? or any suggestion for developing one?

flag
You will have to define what you mean by "Chart Management". Your question cannot be answered as it stands now. – cdonner Feb 15 at 22:11
by chart management, i mean, an user interface where you can define, chart type, series values and labels, etc... – Cubny Feb 15 at 22:53

5 Answers

vote up 0 vote down

Flex charting is nice.

Google and Yahoo have great libraries too.

link|flag
vote up 0 vote down

If you're interested in Google Chart API but can't access the web (e.g. intranet application), you can look at Eastwood Charts.

link|flag
vote up 0 vote down

If you're using .NET, the Telerik charting controls are quite nice and simple to bind a dataset to.

link|flag
yes, i've seen it, and i admit it's nice, but i use php. – Cubny Feb 15 at 23:01
vote up 0 vote down

I've tried two different charting systems

Google Chart API & Fusion Charts

Google Charts dynamically generates an image of the chart, whereas fusion is a flash based chart.

Also, because google charts uses a url as input your data is limited to the length of a url.

Hope this helps

link|flag
you see, i dont need charting application or api, i need admin UI to control them – Cubny Feb 15 at 22:58
vote up 0 vote down

Ah... one of those "just make everything easy" requirements :)

Maybe take a look at Google Analytics? It has a lot of controls over it's charting... though it is not an open ended graph anything anyway you want solution.

link|flag

Your Answer

Get an OpenID
or

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