Skip to content

Commit

Permalink
Fix transition when show.point = false
Browse files Browse the repository at this point in the history
  • Loading branch information
masayuki0812 committed Aug 22, 2014
1 parent 0c72d1a commit 81ef0d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion c3.js
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
$$.addTransitionForBar(transitions, drawBar);
$$.addTransitionForLine(transitions, drawLine);
$$.addTransitionForArea(transitions, drawArea);
$$.addTransitionForCircle(transitions, cx, cy);
if (config.point_show) { $$.addTransitionForCircle(transitions, cx, cy); }
$$.addTransitionForText(transitions, xForText, yForText, options.flow);
$$.addTransitionForRegion(transitions);
$$.addTransitionForGrid(transitions);
Expand Down
Loading

0 comments on commit 81ef0d5

Please sign in to comment.