Skip to content

Commit

Permalink
Remove unused style from Barchart tooltip configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdilauro committed Dec 7, 2023
1 parent d2df8b1 commit 8dcd447
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/components/LibraryStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,7 @@ const renderCollectionsGroup = (chartItems) => {
width={125}
/>
<XAxis type="number" />

<Tooltip
content={<CustomTooltip />}
labelStyle={{
textDecoration: "underline",
fontWeight: "bold",
}}
/>
<Tooltip content={<CustomTooltip />} />
<Bar
stackId="collections"
name={inventoryKeyToLabelMap.meteredLicenseTitles}
Expand Down

0 comments on commit 8dcd447

Please sign in to comment.