Skip to content

Commit

Permalink
add index for radial axes to nav and update fonts location file in po…
Browse files Browse the repository at this point in the history
…intlabels (#9024)
  • Loading branch information
LeeLenaleee committed May 5, 2021
1 parent 938865f commit e021a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/.vuepress/config.js
Expand Up @@ -339,6 +339,7 @@ module.exports = {
{
title: 'Radial',
children: [
'axes/radial/',
'axes/radial/linear'
],
},
Expand Down
2 changes: 1 addition & 1 deletion docs/axes/radial/linear.md
Expand Up @@ -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.
Expand Down

0 comments on commit e021a77

Please sign in to comment.