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 1807a3d commit 508071fCopy full SHA for 508071f
plugins/plugin-codeflare/src/components/Chart.tsx
@@ -65,12 +65,12 @@ interface Props {
65
}
66
67
export default class BaseChart extends React.PureComponent<Props> {
68
- private static fontSize = 9
+ private static fontSize = 7
69
private static tickLabelFontSize = BaseChart.fontSize - 1
70
71
private static readonly dimensions = {
72
width: 120,
73
- height: 160,
+ height: 140,
74
75
76
public static readonly padding = {
0 commit comments