Commit c396d321 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix axis.x.height

parent 0a9ed2d5
......@@ -528,7 +528,7 @@
return forHorizontal ? width + 2 + 4 : margin.left + 20;
}
function getAxisClipHeight(forHorizontal) {
return forHorizontal ? 80 : height + 2;
return forHorizontal ? (__axis_x_height ? __axis_x_height : 0) + 40 : height + 2;
}
function getXAxisClipWidth() {
return getAxisClipWidth(!__axis_rotated);
......
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