-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
document window #1349
document window #1349
Conversation
remarks: * *k* is not optional * *shift* is deprecated * added the *strict* option to README
Co-authored-by: Mike Bostock <[email protected]>
Co-authored-by: Mike Bostock <[email protected]>
Co-authored-by: Mike Bostock <[email protected]>
Co-authored-by: Mike Bostock <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tightened up the wording slightly, denoting the default parenthetically in the list, and split the paragraphs for the strict option to improve readability (since that was a bit long). I also clarified that the windowX and windowY transforms don’t just affect x and y respectively, they affect x, x1, and x2, and y, y1, and y2.
* document Plot.window remarks: * *k* is not optional * *shift* is deprecated * added the *strict* option to README * adopt @deprecated * Update src/transforms/window.d.ts Co-authored-by: Mike Bostock <[email protected]> * Update src/transforms/window.d.ts Co-authored-by: Mike Bostock <[email protected]> * Update src/transforms/window.d.ts Co-authored-by: Mike Bostock <[email protected]> * Update src/transforms/window.d.ts Co-authored-by: Mike Bostock <[email protected]> * tweaks --------- Co-authored-by: Mike Bostock <[email protected]>
remarks:
for #1343