Browse Source

Fix legend position when arc and right

pull/232/merge
Masayuki Tanaka 11 years ago
parent
commit
985975b913
  1. 2
      c3.js
  2. 2
      c3.min.js

2
c3.js

@ -463,7 +463,7 @@
updateRadius();
if (isLegendRight && hasArcType(c3.data.targets)) {
margin3.left = width / 2 + radiusExpanded;
margin3.left = width / 2 + radiusExpanded * 1.1;
}
}
function updateXgridFocus() {

2
c3.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save