Commit f8549472 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix x tick rotate

parent 18021443
...@@ -3193,7 +3193,7 @@ ...@@ -3193,7 +3193,7 @@
// rotate tick text if needed // rotate tick text if needed
if (!__axis_rotated && __axis_x_tick_rotate) { if (!__axis_rotated && __axis_x_tick_rotate) {
rotateTickText(xaxis); rotateTickText(transitions.axisX);
} }
// setup drawer - MEMO: these must be called after axis updated // setup drawer - MEMO: these must be called after axis updated
...@@ -3441,7 +3441,7 @@ ...@@ -3441,7 +3441,7 @@
// rotate tick text if needed // rotate tick text if needed
if (!__axis_rotated && __axis_x_tick_rotate) { if (!__axis_rotated && __axis_x_tick_rotate) {
rotateTickText(subxaxis); rotateTickText(transitions.axisSubX);
} }
// extent rect // extent rect
......
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