Tagged Questions
8
votes
5answers
654 views
Are Sparklines appropriate for use in dashboards of reporting software?
For those not aware of Sparklines, here is an example:
http://demos.telerik.com/silverlight/#BulletGraph/FirstLook
Would these work well to really give users a quick dashboard/reporting overview of ...
1
vote
3answers
503 views
Project dependency visualization and navigation
I have to visualize software project dependencies and provide a way to navigate through the dependencies. I want to combine showing the dependencies of the currently selected project as well as ...
28
votes
7answers
3k views
Intuitive interface for Composing Boolean Logic?
I'm interested to know how people have, or would construct an interface which simplifies constructing logical boolean conditions? (Yes, it's a database query builder) In my mind a bad interface has ...
3
votes
5answers
2k views
How to display the hierarchical data [closed]
Some real ui javascript library wanted!
I have to display some hierarchical data on the web page. It should not be a classical tree view with the text items. I am looking for a graphical ...