Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation - Added type number[] to radius #11663

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

waszkiewiczja
Copy link
Contributor

I updated the documentation regarding the type of radius.
As mentiond #11642 here radius can be number but also number[].

@@ -18,7 +18,7 @@ Namespace: `options.elements.point`, global point options: `Chart.defaults.eleme

| Name | Type | Default | Description
| ---- | ---- | ------- | -----------
| `radius` | `number` | `3` | Point radius.
| `radius` | `number`\|`number[]` | `3` | Point radius.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All the properties are indexable so you can also add this to the other props

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LeeLenaleee Can you clarify what this means? I would be saddened if a documentation update held up the 4.5.0 release

@LeeLenaleee LeeLenaleee modified the milestones: Version 4.4.2, 4.5.0 Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants