Browse Source

Fix axis when init

pull/232/merge
Masayuki Tanaka 11 years ago
parent
commit
64af0b87f6
  1. 5
      c3.js
  2. 4
      c3.min.js

5
c3.js

@ -3103,6 +3103,11 @@
updateScales();
updateSvgSize();
transformAll(false);
// update axis again
axes.x.call(xAxis);
axes.y.call(yAxis);
axes.y2.call(y2Axis);
axes.subx.call(subXAxis);
}
// show/hide if manual culling needed

4
c3.min.js vendored

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