Learning meteor & d3 together – I wanted a simple example to build on. Since I didn’t find one, I’m sharing this. The minimal (for me) was that it took advantage of the reactive data synced between client & server to affect something I drew with d3.
steve/simple-d3-with-meteor · GitHub.
Thanks to the following sources for their help
- http://d3js.org
- http://meteor.com
- http://christopheviau.com/d3_tutorial/
- http://mbostock.github.io/d3/tutorial/circle.html
- http://blog.benmcmahen.com/post/41124327100/using-d3-and-meteor-to-generate-scalable-vector
Advertisements