Skip to content

Commit

Permalink
add outline to bar chart labels
Browse files Browse the repository at this point in the history
  • Loading branch information
BoringBoredom committed Feb 28, 2024
1 parent a59d04f commit fe54257
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/DataDisplay/DataDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,9 @@ function BarFps({
},
ticks: {
color: colors,
textStrokeColor: "white",
textStrokeWidth: 1,
font: { weight: 900 },
},
},
},
Expand Down

0 comments on commit fe54257

Please sign in to comment.