D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
knownasilya
Full window
Github gist
Sidebar - Simple Ember view.
<div id="mapContainer"> <!-- renders map.hbs automatically (if it exists) --> {{view App.MapView}} <!-- renders sidebar.hbs automatically (if it exists) --> {{view App.SidebarView}} </div>