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
The options point.focus.expand.r and point.select.r should both be able to take a function with either the data or the current point size.
point.focus.expand.r
point.select.r
Today when you use a function for point.r to make the point's size vary according to some data the default ratio of 4 and 1.75.
point.r
4
1.75
I'd be happy to provide a PR if I knew it would be merged eventually.
The text was updated successfully, but these errors were encountered:
Agreed, this should take an optional callback.
Sorry, something went wrong.
This ticket was partially fixed by #1610.
Now only point.focus.expand.r is missing the handling of function as value.
Focused radius now can accept a function
9e102d5
It fixes c3js#1571
Focused radius now can accept a function (#1704)
b7a2e6c
It fixes #1571
Successfully merging a pull request may close this issue.
The options
point.focus.expand.r
andpoint.select.r
should both be able to take a function with either the data or the current point size.Today when you use a function for
point.r
to make the point's size vary according to some data the default ratio of4
and1.75
.I'd be happy to provide a PR if I knew it would be merged eventually.
The text was updated successfully, but these errors were encountered: