parameter support in model.call()
model.call() now support parameters, like call() in d3-selection.
That way, you could have something like this:
my.call(Axis, "x", "ordinal");For more details see #17
model.call() now support parameters, like call() in d3-selection.
That way, you could have something like this:
my.call(Axis, "x", "ordinal");For more details see #17