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
Hello. Is it any way to dynamically set curve smoothing like on the screenshot below? Really need such functionality.
The text was updated successfully, but these errors were encountered:
This looks like it would be a mix of curveStep and curveCardinal? I'm afraid you'll probably have to write your own custom curve.
Sorry, something went wrong.
I think this is asking for line simplification, which is not provided by d3-shape, but is available for example in topojson.
https://bl.ocks.org/mbostock/5732029
No branches or pull requests
Hello. Is it any way to dynamically set curve smoothing like on the screenshot below?
Really need such functionality.
The text was updated successfully, but these errors were encountered: