|
|
|
|
|
by benatkin
5639 days ago
|
|
d3 is really interesting from a coding standpoint. It's a bit like a fancy orm like SQLAlchemy, Sequel, or the new ActiveRecord with arel. Instead of transforming model data it transforms view data, though. It's worth a look IMHO. https://github.com/mbostock/d3 |
|