Skip to content

Commit b6d64f7

Browse files
committed
fix: wrong value text size
1 parent 698ed4e commit b6d64f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/charting/renderer/DataRenderer.ts

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export abstract class DataRenderer extends Renderer {
8989
if (typeface) {
9090
this.mValuePaint.setTypeface(typeface);
9191
}
92+
this.mValuePaint.setTextSize(set.getValueTextSize());
9293
}
9394

9495
/**

0 commit comments

Comments
 (0)