chiasm-project / chiasm

A browser based environment for interactive data visualizations.
MIT License
184 stars 27 forks source link

Develop a UI for interactively switching between visualizations #14

Closed curran closed 9 years ago

curran commented 9 years ago

Create an example where the user can dynamically change the visualization between Bar Chart and Pie Chart. This can be implemented as a drop down menu. When the selection changes, the Chiasm "plugin" property of the component will be changed, and the runtime will manage the change. This is a POC for a more advanced visualization editor UI.

curran commented 9 years ago

Done in Kitchen Sink