chiasm-project / chiasm

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

Implement "loading" property in dummyVis #3

Closed curran closed 9 years ago

curran commented 9 years ago

Make dummyVis have a loading boolean property. Clicking and dragging the X should set the loading property to true for one second. The purpose of this is to simulate asynchronous operations that may fetch data from a server.

curran commented 9 years ago

Not sure this makes sense, may revisit later.