We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee5c2d commit 5060321Copy full SHA for 5060321
src/charting/components/LimitLine.ts
@@ -30,7 +30,7 @@ export class LimitLine extends ComponentBase {
30
private mLineColor: Color | string = '#ED5B5B';
31
32
/** the style of the label text */
33
- private mTextStyle = Style.FILL_AND_STROKE;
+ private mTextStyle = Style.FILL;
34
35
/** label string that is drawn next to the limit line */
36
private mLabel = '';
0 commit comments