Skip to content
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

Bezier curves too violent #173

Closed
diist opened this issue Oct 23, 2014 · 2 comments
Closed

Bezier curves too violent #173

diist opened this issue Oct 23, 2014 · 2 comments

Comments

@diist
Copy link

diist commented Oct 23, 2014

Hi,

The bezier curves for line graphs are really freaky:
new_bezier_on

Here's the same graph using Chart.js instead of ChartNew.js:
bezier_on

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!

@FVANCOP
Copy link
Owner

FVANCOP commented Oct 23, 2014

You are right : it is not beautiful ... I have to check how to implement this option.

@FVANCOP
Copy link
Owner

FVANCOP commented Dec 20, 2014

This has been fixed in version 2 - bezierCurveTension option is now available and can be use to change the "tension" (default value 0.4).

@FVANCOP FVANCOP closed this as completed Dec 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants