Skip to content

Commit 41ae833

Browse files
Merge pull request #265 from UTDNebula/i-can-click-the-rectangles
prevent clicking visibility for bars on the bargraphs
2 parents 258d329 + 37af384 commit 41ae833

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: src/components/graph/BarGraph/barGraph.tsx

+7
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,13 @@ function BarGraph(props: GraphProps) {
134134
formatter: props.tooltipFormatter ?? props.yaxisFormatter,
135135
},
136136
},
137+
states: {
138+
active: {
139+
filter: {
140+
type: 'none',
141+
},
142+
},
143+
},
137144
};
138145

139146
const graph = (

0 commit comments

Comments
 (0)