Skip to content

Commit

Permalink
fix weird transition on barChart exit() dc-js#822
Browse files Browse the repository at this point in the history
the transition to `height(0)` was making the bar "fly away", now we keep its y and height, but transition it towards where it "should be". trimming a little bit of the width gives nicer results imho so that a small ap is preserved between bars. But it's something that can be removed if you prefer to keep it simple.
  • Loading branch information
Fil committed May 20, 2016
1 parent 14f35bd commit 96532c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 96532c0

Please sign in to comment.