up vote 1 down vote favorite
share [g+] share [fb]

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?

link|improve this question
You will have to define what you mean by "Chart Management". Your question cannot be answered as it stands now. – cdonner Feb 15 '09 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 '09 at 22:53
feedback

6 Answers

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|improve this answer
feedback

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|improve this answer
you see, i dont need charting application or api, i need admin UI to control them – Cubny Feb 15 '09 at 22:58
feedback

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

link|improve this answer
yes, i've seen it, and i admit it's nice, but i use php. – Cubny Feb 15 '09 at 23:01
feedback

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|improve this answer
feedback

Flex charting is nice.

Google and Yahoo have great libraries too.

link|improve this answer
feedback

Look at this realtime 3D web chart: http://www.parsec.hu/Chart/ It is flash that you can embed with using a rich configuration settings.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown