Skip to content

Commit 201ddff

Browse files
authored
Add text stoke radial linear scale (#11346)
1 parent 992d932 commit 201ddff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/scales/scale.radialLinear.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,8 @@ export default class RadialLinearScale extends LinearScaleBase {
669669

670670
renderText(ctx, tick.label, 0, -offset, tickFont, {
671671
color: optsAtIndex.color,
672+
strokeColor: optsAtIndex.textStrokeColor,
673+
strokeWidth: optsAtIndex.textStrokeWidth,
672674
});
673675
});
674676

0 commit comments

Comments
 (0)