Browse Source

Fix transition of transformTo

pull/232/merge
Masayuki Tanaka 11 years ago
parent
commit
0a76177401
  1. 2
      c3.js
  2. 2
      c3.min.js

2
c3.js

@ -3648,7 +3648,7 @@
options.withTransitionForExit = false;
// MEMO: called in updateLegend in redraw if withLegend
if (!(options.withLegend && __legend_show)) {
transitions = generateAxisTransitions(options.withTransition ? __transition_duration : 0);
transitions = generateAxisTransitions(options.withTransitionForAxis ? __transition_duration : 0);
// Update sizes and scales
updateSizes();
updateScales();

2
c3.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save