Commit 985975b9 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix legend position when arc and right

parent 04926b20
...@@ -463,7 +463,7 @@ ...@@ -463,7 +463,7 @@
updateRadius(); updateRadius();
if (isLegendRight && hasArcType(c3.data.targets)) { if (isLegendRight && hasArcType(c3.data.targets)) {
margin3.left = width / 2 + radiusExpanded; margin3.left = width / 2 + radiusExpanded * 1.1;
} }
} }
function updateXgridFocus() { function updateXgridFocus() {
......
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