Commit 0a761774 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix transition of transformTo

parent cc913bc5
......@@ -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();
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment