-
Couldn't load subscription status.
- Fork 12k
Closed
Labels
Milestone
Description
Expected behavior
property pointStyleWidth exists on options.plugin.legend.labels object and doesn't cause compiler error
Current behavior
compiler complains that pointStyleWidth doesn't exist but it should be according to documentation: https://www.chartjs.org/docs/latest/configuration/legend.html#legend-label-configuration
Reproducible sample
Optional extra steps/info to reproduce
No response
Possible solution
if property is not intended for use, remove from documentation link, or add property to the types code
Context
I am using the usePointStyle property for the legend and I am trying to control the size of the circle
chart.js version
v4.3.0
Browser name and version
No response
Link to your project
No response