chiasm-project / chiasm

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

Use hash fragment to store config #5

Closed curran closed 9 years ago

curran commented 9 years ago

The main program should use the hash fragment (url portion after "#") to store the JSON config. When loading, the program should load the config from there. This will allow users to send links to configurations. Use code from http://curran.github.io/screencasts/navigation/examples/viewer/#/11

curran commented 9 years ago

Not sure if this makes sense, may revisit later.