You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `textAlign` | `string` | `'center'` | Horizontal alignment of the label text. Options are: `'left'`, `'right'` or `'center'`.
68
68
| `usePointStyle` | `boolean` | `false` | Label style will match corresponding point style (size is based on pointStyleWidth or the minimum value between boxWidth and font.size).
69
69
| `pointStyleWidth` | `number` | `null` | If `usePointStyle` is true, the width of the point style used for the legend.
70
-
| `useBorderRadius` | `boolean` | `false` | Label borderRadius will match coresponding borderRadius.
70
+
| `useBorderRadius` | `boolean` | `false` | Label borderRadius will match corresponding borderRadius.
71
71
| `borderRadius` | `number` | `undefined` | Override the borderRadius to use.
0 commit comments