Skip to content

Commit

Permalink
Fine
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Aug 24, 2024
1 parent 540f759 commit 51c33b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/component/SlopMeter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export const SlopMeter: React.FC<RatioBarProps> = ({ propA, propB, nameA, nameB,
.attr("width", containerWidth * ratioA)
.attr("height", height)
.attr("fill", "url(#gradientA)")
.attr("rx", 10)
.on("mouseover", (event) =>
showTooltip(event, `${nameA}: ${propA} (${(ratioA * 100).toFixed(2)}%)`),
)
Expand Down

0 comments on commit 51c33b6

Please sign in to comment.