Skip to content

Commit 5060321

Browse files
committed
fix: limit line text render fix
1 parent 7ee5c2d commit 5060321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/charting/components/LimitLine.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class LimitLine extends ComponentBase {
3030
private mLineColor: Color | string = '#ED5B5B';
3131

3232
/** the style of the label text */
33-
private mTextStyle = Style.FILL_AND_STROKE;
33+
private mTextStyle = Style.FILL;
3434

3535
/** label string that is drawn next to the limit line */
3636
private mLabel = '';

0 commit comments

Comments
 (0)