mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
add index for radial axes to nav and update fonts location file in pointlabels (#9024)
This commit is contained in:
parent
938865f67d
commit
e021a77214
@ -339,6 +339,7 @@ module.exports = {
|
||||
{
|
||||
title: 'Radial',
|
||||
children: [
|
||||
'axes/radial/',
|
||||
'axes/radial/linear'
|
||||
],
|
||||
},
|
||||
|
||||
@ -123,7 +123,7 @@ Namespace: `options.scales[scaleId].pointLabels`
|
||||
| `display` | `boolean` | | `true` | if true, point labels are shown.
|
||||
| `callback` | `function` | | | Callback function to transform data labels to point labels. The default implementation simply returns the current string.
|
||||
| `color` | [`Color`](../../general/colors.md) | Yes | `Chart.defaults.color` | Color of label.
|
||||
| `font` | `Font` | Yes | `Chart.defaults.font` | See [Fonts](./general/fonts.md)
|
||||
| `font` | `Font` | Yes | `Chart.defaults.font` | See [Fonts](../../general/fonts.md)
|
||||
| `padding` | `number` | Yes | 5 | Padding between chart and point labels.
|
||||
|
||||
The scriptable context is described in [Options](../../general/options.md#scale) section.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user