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

How to smooth a line chart #56

Open
zyddj123 opened this issue Dec 21, 2021 · 4 comments
Open

How to smooth a line chart #56

zyddj123 opened this issue Dec 21, 2021 · 4 comments
Assignees

Comments

@zyddj123
Copy link

How to smooth a line chart

@goat1000 goat1000 self-assigned this Dec 22, 2021
@goat1000
Copy link
Owner

There is no option for that at the moment. I'll work on it for the next version.

@zyddj123
Copy link
Author

When can you add this option in the future? Thank you!

@goat1000
Copy link
Owner

I have just committed 34afe28 - this adds a line_curve option to enable drawing curved lines.

The value of line_curve should be 0 for straight lines (the default) and about 1.0 for curved lines. Numbers smaller than 1.0 will make the lines straighter, values greater than 1.0 will make the lines more curved (up to a maximum value of 5.0).

@zyddj123
Copy link
Author

I have just committed 34afe28 - this adds a line_curve option to enable drawing curved lines.

The value of line_curve should be 0 for straight lines (the default) and about 1.0 for curved lines. Numbers smaller than 1.0 will make the lines straighter, values greater than 1.0 will make the lines more curved (up to a maximum value of 5.0).

Thank you very much! Thank you!Thank you!

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