views:

96

answers:

5

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?

A: 

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.

A: 

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

Cato Johnston
you see, i dont need charting application or api, i need admin UI to control them
A: 

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

Adam Pope
yes, i've seen it, and i admit it's nice, but i use php.
A: 

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

Vladimir
A: 

Flex charting is nice.

Google and Yahoo have great libraries too.

Jas Panesar