Add text stoke radial linear scale (#11346)

This commit is contained in:
Jacco van den Berg 2023-06-13 23:31:17 +02:00 committed by GitHub
parent 992d9322f0
commit 201ddffa1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -669,6 +669,8 @@ export default class RadialLinearScale extends LinearScaleBase {
renderText(ctx, tick.label, 0, -offset, tickFont, {
color: optsAtIndex.color,
strokeColor: optsAtIndex.textStrokeColor,
strokeWidth: optsAtIndex.textStrokeWidth,
});
});