added note about resize being stolen from cross filter... tho 90% of the ideas in nvd3 are originated from the same people... will give credit shortly

master-patched
Bob Monteverde 12 years ago
parent 0659ebee02
commit 7c4471003b

@ -218,6 +218,7 @@ nv.models.lineWithFocusChart = function() {
// Taken from crossfilter (http://square.github.com/crossfilter/)
function resizePath(d) {
var e = +(d == "e"),
x = e ? 1 : -1,

Loading…
Cancel
Save