diff --git a/src/scales/scale.radialLinear.js b/src/scales/scale.radialLinear.js index ae44adbcd5c..23e207bd5d9 100644 --- a/src/scales/scale.radialLinear.js +++ b/src/scales/scale.radialLinear.js @@ -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, }); });