We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @leeoniya
According to this typings next code should work
uplot.setSeries(null, {show: true})
as well as uplot.setSeries(null, {focus: true}). But if we see at the implementation, we can find that it will not work (cuz of s will be undefined).
uplot.setSeries(null, {focus: true})
s
undefined
So is it a bug, or the wrong typing? If it's a bug, I can try to fix it.
The text was updated successfully, but these errors were encountered:
1e275e8
should be fixed now. try it out.
Sorry, something went wrong.
Yep, it works. Can you publish plz?
want to track down and fix this one first: #683
Successfully merging a pull request may close this issue.
Hi @leeoniya
According to this typings next code should work
as well as
uplot.setSeries(null, {focus: true})
. But if we see at the implementation, we can find that it will not work (cuz ofs
will beundefined
).So is it a bug, or the wrong typing? If it's a bug, I can try to fix it.
The text was updated successfully, but these errors were encountered: