Commit 81b8d10d authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix horizontal axis label

parent c5799dba
......@@ -4314,7 +4314,7 @@
return forHorizontal ? -(1 + left) : -(left - 1);
};
c3_chart_internal_fn.getAxisClipY = function (forHorizontal) {
return forHorizontal ? -10 : -4;
return forHorizontal ? -20 : -4;
};
c3_chart_internal_fn.getXAxisClipX = function () {
var $$ = this;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -11,7 +11,7 @@ c3_chart_internal_fn.getAxisClipX = function (forHorizontal) {
return forHorizontal ? -(1 + left) : -(left - 1);
};
c3_chart_internal_fn.getAxisClipY = function (forHorizontal) {
return forHorizontal ? -10 : -4;
return forHorizontal ? -20 : -4;
};
c3_chart_internal_fn.getXAxisClipX = function () {
var $$ = this;
......
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