Skip to content

Commit

Permalink
Remove rect (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
keller-mark authored Apr 17, 2024
1 parent 7478b5c commit acbb3ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tasty-phones-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@use-coordination/plots-example": patch
---

Remove unused <rect> element from Visx bar plot.
1 change: 0 additions & 1 deletion examples/plots/src/visx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ function VisxPlot(props: any) {

return (
<svg width={width} height={height}>
<rect width={width} height={height} fill="url(#teal)" rx={14} />
<Group top={marginTop}>
{data.map((d: any) => {
const letter = getLetter(d);
Expand Down

0 comments on commit acbb3ee

Please sign in to comment.