We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2d893 commit d4a5495Copy full SHA for d4a5495
plugins/plugin-codeflare/src/components/Chart.tsx
@@ -115,7 +115,7 @@ type Props = TimeRange & {
115
}
116
117
export default class BaseChart extends React.PureComponent<Props> {
118
- private static fontSize = 8
+ private static fontSize = 9
119
private static tickLabelFontSize = BaseChart.fontSize - 1
120
121
private static readonly dimensions = {
0 commit comments