Skip to content

Commit

Permalink
improve bar chart labels
Browse files Browse the repository at this point in the history
  • Loading branch information
BoringBoredom committed Mar 1, 2024
1 parent ee0603e commit 955ee69
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/components/DataDisplay/DataDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -696,8 +696,8 @@ function BarFps({
ticks: {
color: colors,
textStrokeColor: "white",
textStrokeWidth: 1,
font: { weight: 900 },
textStrokeWidth: 3,
font: { weight: 700 },
},
},
},
Expand Down

0 comments on commit 955ee69

Please sign in to comment.