Commit 64af0b87 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix axis when init

parent ed80b78a
...@@ -3103,6 +3103,11 @@ ...@@ -3103,6 +3103,11 @@
updateScales(); updateScales();
updateSvgSize(); updateSvgSize();
transformAll(false); 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 // show/hide if manual culling needed
......
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