Skip to content

Commit

Permalink
Merge pull request #265 from UTDNebula/i-can-click-the-rectangles
Browse files Browse the repository at this point in the history
prevent clicking visibility for bars on the bargraphs
  • Loading branch information
AbhiramTadepalli authored Oct 22, 2024
2 parents 258d329 + 37af384 commit 41ae833
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/graph/BarGraph/barGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,13 @@ function BarGraph(props: GraphProps) {
formatter: props.tooltipFormatter ?? props.yaxisFormatter,
},
},
states: {
active: {
filter: {
type: 'none',
},
},
},
};

const graph = (
Expand Down

0 comments on commit 41ae833

Please sign in to comment.