Update c3.js and c3.min.js

parent f80587ac
...@@ -712,10 +712,6 @@ ...@@ -712,10 +712,6 @@
$$.arcHeight += $$.height - $$.getGaugeLabelHeight(); $$.arcHeight += $$.height - $$.getGaugeLabelHeight();
} }
if ($$.updateRadius) { $$.updateRadius(); } if ($$.updateRadius) { $$.updateRadius(); }
if ($$.isLegendRight && hasArc) {
$$.margin3.left = $$.arcWidth / 2 + $$.radiusExpanded * 1.1;
}
}; };
c3_chart_internal_fn.updateTargets = function (targets){ c3_chart_internal_fn.updateTargets = function (targets){
......
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