Fix weird chart offset

parent ef197d57
......@@ -4727,8 +4727,7 @@
};
c3_chart_internal_fn.getMaxTickWidth = function () {
var $$ = this;
return $$.config.normalized ? 15 : 10;
return 10;
};
c3_chart_internal_fn.updateAxisLabels = function (withTransition) {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -279,8 +279,7 @@ c3_chart_internal_fn.rotateTickText = function (axis, transition, rotate) {
};
c3_chart_internal_fn.getMaxTickWidth = function () {
var $$ = this;
return $$.config.normalized ? 15 : 10;
return 10;
};
c3_chart_internal_fn.updateAxisLabels = function (withTransition) {
......
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