Skip to content

Commit

Permalink
Add text stoke radial linear scale (#11346)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Jun 13, 2023
1 parent 992d932 commit 201ddff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scales/scale.radialLinear.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
});

Expand Down

0 comments on commit 201ddff

Please sign in to comment.