-
Notifications
You must be signed in to change notification settings - Fork 178
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
ts defs #1001
Conversation
will take a look asap! let's merge into main though, the ts-testing branch is just a temporary branch |
fixes a crash on Plot.sort(undefined, {…})
rebased on main |
I'm going to reboot this. I want the names and the autocomplete to match the API documentation exactly. For a low-level example I want to type an index into a channel as For a high level example, a Dot mark options object will be |
bugs fixed:
Plot.valueof(undefined, () => {})
crashedPlot.map("foo")
crashedPlot.selectMinX
potentially insertedundefined
in the facet indexmid(x1, x2)
was wrongly typed (it expected adata
argument)