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

Make sure we render the last y Label on LineCharts (Fixes #1585) #1586

Closed
wants to merge 1 commit into from

Conversation

ryanschneider
Copy link

The wrong stride termination was causing us to not render the last text value.
Verified the issue in the ChartsDemo example, but have not looked closely
at other chart types.

)

The wrong stride termination was causing us to not render the last text value.
Verified the issue in the `ChartsDemo` example, but have not looked closely
at other chart types.
@liuxuan30
Copy link
Member

liuxuan30 commented Sep 30, 2016

#1323 is the same issue.

This did fix the missing label, however, I found a new issue that when zoomed in, the animation on x axis is not in sync: the value text will jump out first and then come with the line. Changing back to to the animation will be good. awkward...
@danielgindi any insights?

@ryanschneider
Copy link
Author

See my comment on #1323 (comment), I agree this PR alone is not enough, but it looks like there's more to the issue that originally thought, as even without this change the current master "pops" in the last data point when animating.

I'm closing this PR and will keep the discussion on #1323.

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

Successfully merging this pull request may close these issues.

2 participants