Skip to content

Commit

Permalink
!fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavriil-Tzortzakis committed Dec 28, 2024
1 parent d94d428 commit e0421f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function BarchartSurveyResponseComponent({ data }: { data: ChartData[] }) {
<ResponsiveContainer height={chartHeight}>
<BarChart
data={data}
className="before:to-background before:absolute before:inset-y-0 before:right-0 before:w-10 before:bg-gradient-to-r before:from-transparent before:content-['']"
className="before:to-background before:pointer-events-none before:absolute before:inset-y-0 before:right-0 before:w-10 before:bg-gradient-to-r before:from-transparent before:content-['']"
layout="vertical"
margin={{ top: 20, right: 100, bottom: 20, left: 20 }}
barGap={0}
Expand Down

0 comments on commit e0421f6

Please sign in to comment.