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

Fix axis layout issues #13

Merged
merged 2 commits into from
Jan 9, 2015
Merged

Fix axis layout issues #13

merged 2 commits into from
Jan 9, 2015

Conversation

timhall
Copy link
Contributor

@timhall timhall commented Jan 9, 2015

  • Simplify Component layout
  • Update scale handling in mixins.XY
  • Add three-phase draw to axis for accurate and simple layout

Three-phase draw (1. draw with new data for layout, 2. draw with old data to reset, and 3. draw again with new data for transition) would be overkill for other components, but axes are relatively lightweight and it should be performant.

  • Fix axis layout bug
  • Skip axis layout if width/height have been set [later]

@timhall timhall changed the title Fix axis layout bug Fix axis layout issues Jan 9, 2015
timhall added a commit that referenced this pull request Jan 9, 2015
@timhall timhall merged commit 6d35f9f into master Jan 9, 2015
@timhall timhall deleted the axis-layout-bug branch January 9, 2015 16:53
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.

1 participant