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

3D column - disabled animation #4774

Closed
pawelfus opened this issue Nov 26, 2015 · 1 comment
Closed

3D column - disabled animation #4774

pawelfus opened this issue Nov 26, 2015 · 1 comment
Assignees

Comments

@pawelfus
Copy link
Contributor

When animation is disabled, zIndex's are wrong, demo: http://jsfiddle.net/07ja16qg/

Workaround:

Instead of disabling animation, set the duration to 1: http://jsfiddle.net/07ja16qg/1/

@pawelfus pawelfus self-assigned this Dec 9, 2015
@pawelfus
Copy link
Contributor Author

pawelfus commented Dec 9, 2015

Additional issue, even with enabled animation: http://jsfiddle.net/8rn3cs8q/1/

Drag the chart around, eventually we will get the issue:

screen shot 2015-12-09 at 14 00 00

In short:

  • indexes are not updated after initial rendering in the redraw() function
  • current zIndex is miscalculated (uses top shape of the cuboid, while should use bottom one - it works with animation because.. height=1 so top shape and bottom shape are almost at the same place).

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

2 participants