Skip to content

Commit

Permalink
remove default
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Mar 26, 2024
1 parent c4bb42e commit e2da557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chart-elements/BarChart/BarChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const BarChart = React.forwardRef<HTMLDivElement, BarChartProps>((props, ref) =>
enableLegendSlider = false,
customTooltip,
rotateLabelX,
barCategoryGap = "10%",
barCategoryGap,
tickGap = 5,
className,
...other
Expand Down

0 comments on commit e2da557

Please sign in to comment.