We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467ab20 commit 078294eCopy full SHA for 078294e
src/charting/renderer/PieChartRenderer.ts
@@ -142,7 +142,7 @@ export class PieChartRenderer extends DataRenderer {
142
if (!this.mValuePaint) {
143
this.mValuePaint = new Paint();
144
this.mValuePaint.setAntiAlias(true);
145
- this.mValueLinePaint.setStyle(Style.STROKE);
+ this.mValuePaint.setStyle(Style.STROKE);
146
this.mValuePaint.setColor('white');
147
this.mValuePaint.setTextAlign(Align.CENTER);
148
this.mValuePaint.setTextSize(13);
0 commit comments