bprinty / quorra

Interactive charting library with d3-like API
Apache License 2.0
1 stars 1 forks source link

Eliminate dependency on UnderscoreJS #53

Open nealormsbee opened 8 years ago

nealormsbee commented 8 years ago

At the time of this issue's creation, the footprint of Underscore's minified JS is only ~16KB. That said, it never hurts to be leaner! Current usage of Underscore utilities is minimal and might as well be replaced by native implementations.