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

Bar chart: addData with tilted labels UI error #619

Closed
fulldecent opened this issue Sep 10, 2014 · 4 comments
Closed

Bar chart: addData with tilted labels UI error #619

fulldecent opened this issue Sep 10, 2014 · 4 comments

Comments

@fulldecent
Copy link
Contributor

The bar chart addData method animates in new data. This animation starts from the X axis and grows.

However, if the chart has angles X axis labels, the starting point of the animation makes it appear that they are starting animation from negative values.

JSBin: http://jsbin.com/rozepubikecu/1/edit

@nnnick
Copy link
Member

nnnick commented Sep 10, 2014

Ah that is awkward.

I suspect there might need to be a bit of extra logic for saving/restoring positions of bar charts when the chart resizes or when the scale has finished fitting. I'll look into it.

Btw thanks again for the issues cleanup!

@fulldecent
Copy link
Contributor Author

Thank you. You know I'm just trying to free up your time so you'll consider my landing page project :-)

@fulldecent
Copy link
Contributor Author

Nick, also regarding cleanup. I can help with tagging issues if you would like to add me to the project

@etimberg
Copy link
Member

This has been fixed in v2. Animations always start from the baseline.

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