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,
The bezier curves for line graphs are really freaky:
Here's the same graph using Chart.js instead of ChartNew.js:
Moreover Chart.js has a bezierCurveTension option that allows fine tuning, even though the default value of 0.4 works really well.
Is there any way I can modify the bezier behaviour to have something smoother?
Thanks!
The text was updated successfully, but these errors were encountered:
You are right : it is not beautiful ... I have to check how to implement this option.
Sorry, something went wrong.
This has been fixed in version 2 - bezierCurveTension option is now available and can be use to change the "tension" (default value 0.4).
No branches or pull requests
Hi,
The bezier curves for line graphs are really freaky:
Here's the same graph using Chart.js instead of ChartNew.js:
Moreover Chart.js has a bezierCurveTension option that allows fine tuning, even though the default value of 0.4 works really well.
Is there any way I can modify the bezier behaviour to have something smoother?
Thanks!
The text was updated successfully, but these errors were encountered: