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

Add documentation section on high performance charting #2043

Closed
etimberg opened this issue Feb 22, 2016 · 3 comments
Closed

Add documentation section on high performance charting #2043

etimberg opened this issue Feb 22, 2016 · 3 comments
Assignees
Milestone

Comments

@etimberg
Copy link
Member

There are some techniques that can be used when charting a lot of points. We should add a documentation section on this topic.

Tips include

  • Disabling bezier curve drawing
  • Disabling lines or points
  • Disabling line fill
  • Turning off all animations
@etimberg etimberg added the v2.x label Feb 22, 2016
@etimberg etimberg self-assigned this Feb 22, 2016
@etimberg etimberg added this to the Version 2.0 milestone Feb 22, 2016
@hamalaiv
Copy link
Contributor

Is setting animation duration to 0 in the defaults the proper way to turn of all animations?

@etimberg
Copy link
Member Author

I was looking through this yesterday. I found at least 3 different animation settings 😦
animation.duration
responsiveAnimationDuration
hover.animationDuration

@etimberg
Copy link
Member Author

Fixed in #3751

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants