Browse Source

Fix x tick rotate

pull/183/head
Masayuki Tanaka 11 years ago
parent
commit
f854947228
  1. 4
      c3.js
  2. 2
      c3.min.js

4
c3.js

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

2
c3.min.js vendored

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