Open hiworld75018 opened 12 years ago
When moving the legend to north or south, it is not centered with the graph.
Changing: north: [-r - bb.width / 2, -r - bb.height - 10], south: [-r - bb.width / 2, r * 1.2] To north: [-(r * 1.2) - bb.width / 2, -r - bb.height - 10], south: [-(r * 1.2) - bb.width / 2, r * 1.2] Will make it.
When moving the legend to north or south, it is not centered with the graph.
Changing: north: [-r - bb.width / 2, -r - bb.height - 10], south: [-r - bb.width / 2, r * 1.2] To north: [-(r * 1.2) - bb.width / 2, -r - bb.height - 10], south: [-(r * 1.2) - bb.width / 2, r * 1.2] Will make it.