[DEPRECATED] This repo was intended as a staging area for typescript definitions supporting the latest major release of D3js (i.e. version 4.1.x) by Mike Bostock. It has been migrated to DefinitelyTyped.
MIT License
53
stars
14
forks
source link
brush.move(...) method of brush behavior has return type void #88
The
move(...)
method ofBrushBehavior<Datum>
does not return theBrushBehavior<Datum>
. It is of return typevoid
.