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
I found a potential bug in the code that may result in a stroke not being displayed on ticks labels for a radial scale.
Expected behavior
The textStrokeWidth and textStrokeColor properties should apply a stroke to the ticks labels for the radial scale.
Code:
scale: {ticks: {beginAtZero: true,max: 10,stepSize: 2,callback: function(value,index,values){returnvalue;},textStrokeWidth: 2,// Text stroke width for tickstextStrokeColor: 'green'// Text stroke color for ticks},pointLabels: {fontSize: 14}}
Current behavior
The stroke may not be displayed on the ticks labels for the radial scale. Codepen example here
I found a potential bug in the code that may result in a stroke not being displayed on ticks labels for a radial scale.
Expected behavior
The textStrokeWidth and textStrokeColor properties should apply a stroke to the ticks labels for the radial scale.
Code:
Current behavior
The stroke may not be displayed on the ticks labels for the radial scale.
Codepen example here
Reproducible sample
https://codepen.io/MLC-codepend/pen/qBQEvav
Optional extra steps/info to reproduce
Possible solution
No response
Context
No response
chart.js version
v4.3.0
Browser name and version
Crome Version 114.0.5735.106 (Official build) (arm64)
Link to your project
https://codepen.io/MLC-codepend/pen/qBQEvav
The text was updated successfully, but these errors were encountered: