Closed techniq closed 4 weeks ago
While you can use:
<PieChart center={false} props={{ group: { x: ..., y: ... }}>
(example) or use padding to shift the center (example), it would be helpful to add...
<PieChart placement="left|center|right">
to easily position to the right (which requires knowing the width & height), especially responsively, as well as simplify the left alignment
right
left
While you can use:
(example) or use padding to shift the center (example), it would be helpful to add...
to easily position to the
right
(which requires knowing the width & height), especially responsively, as well as simplify theleft
alignment