D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
DanisHack
Full window
Github gist
Rendering angularjs app using ejs from node server and how to use a JS variable which is passed to ejs template for angular app.
// @ angular app in ng-view (ui router)---index route <div> <span>{{title}}</span> <div ng-repeat="elem in dataArr track by $index">x:{{elem.x}}, y:{{elem.y}}</div> </div>