Skip to content

Commit

Permalink
fix combochart
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Sep 11, 2024
1 parent 17e13b0 commit 2846f15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ComboChart/ComboChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ const ComboChart = React.forwardRef<HTMLDivElement, ComboChartProps>(
setActiveDot(undefined)
onValueChange?.(null)
} else {
setActiveBar(undefined)
setActiveLegend(itemData.dataKey)
setActiveDot({
index: itemData.index,
Expand Down

0 comments on commit 2846f15

Please sign in to comment.