Skip to content

parameter support in model.call()

Choose a tag to compare

@curran curran released this 20 Apr 10:57
· 94 commits to master since this release

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