It would be great to have an expandable/collapsable tree-view kind of chart. Kinda like windows explorer.
We are planning to use FusionCharts' drilldown functions to allow our users to narrow down a dataset. Say starting with a bar chart showing sales totals by month. Then drill down on "January" to go into the Tree View control. Each node on the tree might start out as product category. The user could then expand a product category to show individual orders for that category.
Finally....we would like to allow users to click on an individual order and jump into our app's data entry screen for that order.
- Product A
Order 393933939 (click me to go to data entry screen via the link)
+ Product B (collapsed)
+ Product C (collapsed)
Thanks.