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
* Radial scale point label backdrop color
* Update default tests
* backdropPadding is a single setting
* Up the tolerance a bit
* Update tick backdrop padding options
| `format` | `object` | | | The [`Intl.NumberFormat`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat) options used by the default label formatter
40
39
| `maxTicksLimit` | `number` | | `11` | Maximum number of ticks and gridlines to show.
41
40
| `precision` | `number` | | | if defined and `stepSize` is not specified, the step size will be rounded to this many decimal places.
| `display` | `boolean` | | `true` | if true, point labels are shown.
130
131
| `callback` | `function` | | | Callback function to transform data labels to point labels. The default implementation simply returns the current string.
131
132
| `color` | [`Color`](../../general/colors.md) | Yes | `Chart.defaults.color` | Color of label.
0 commit comments