We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2171052 commit b27b1cbCopy full SHA for b27b1cb
src/charting/components/ComponentBase.ts
@@ -25,7 +25,7 @@ export abstract class ComponentBase {
25
/**
26
* the typeface used for the labels
27
*/
28
- protected mTypeface: Font = Font.default.withFontFamily('Open Sans,OpenSans-Regular');
+ protected mTypeface: Font = Font.default;
29
30
31
* the text size of the labels
0 commit comments