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

Transition state incorrectly has continuous line with missing_is_hidden: true #694

Closed
brianwebb11 opened this issue Aug 16, 2016 · 2 comments
Labels
Milestone

Comments

@brianwebb11
Copy link

I am using MG 2.10. I have the following configuration:

        transition_on_update: true,
        missing_is_hidden: true,

I have segments of the data that are missing in the time series data. During the transition, the line appears to temporarily switch to missing_is_hidden = false state. Before and after the transition correctly do not show line segments for missing data. However, the transition state incorrectly has a continuous line.

almossawi added a commit that referenced this issue Aug 16, 2016
@almossawi
Copy link
Contributor

This commit fixes it, though I wonder whether the custom tween function is necessary anymore.
12

@almossawi almossawi self-assigned this Aug 16, 2016
@almossawi almossawi added the bug label Aug 16, 2016
@almossawi almossawi added this to the v2.10.1 milestone Aug 16, 2016
@brianwebb11
Copy link
Author

Thanks!

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

No branches or pull requests

2 participants