Skip to content

Commit 508071f

Browse files
committed
fix: slightly smaller font size for chart labels
1 parent 1807a3d commit 508071f

File tree

1 file changed

+2
-2
lines changed
  • plugins/plugin-codeflare/src/components

1 file changed

+2
-2
lines changed

plugins/plugin-codeflare/src/components/Chart.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ interface Props {
6565
}
6666

6767
export default class BaseChart extends React.PureComponent<Props> {
68-
private static fontSize = 9
68+
private static fontSize = 7
6969
private static tickLabelFontSize = BaseChart.fontSize - 1
7070

7171
private static readonly dimensions = {
7272
width: 120,
73-
height: 160,
73+
height: 140,
7474
}
7575

7676
public static readonly padding = {

0 commit comments

Comments
 (0)