Planned Features- Basic drawing of multiple dimensions with connecting line between values on each dimension
- Add/Subtract dimensions (Drag n Drop)
- Re-ordering of dimensions (Drag n Drop, Live updating)
- Show/Hide values along dimensions
- Auto-clustering
- Opacity settings
- Color settings
- Value Search
- Trend Search
- Mechanism (publish/subscribe) for linking to other visualizations
- Animations
- Standard data format (row/column csv, tsv)
- Multiple data types (integers, floats, strings)
- Details on demand info pane
Issues / Concerns- Use of any of Flex 3 data visualization architecture?
- Use of any 3rd party data visualization library (e.g. Flare)?
- Use of any MVC architecture (e.g. PureMVC, Cairngorm)?
- What is the performance bottle neck in rendering?
Mockups- Visualization/UI Mockup forthcoming
|
As for mechanism for linking to other visualizations, it is prob enough to provide bindable selectedItems variable that holds all currently selected items. then other visualizations know what to highlight within them.