Skip to content

Commit

Permalink
fix: incoherent line gradient (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
crcarlo authored Aug 27, 2024
1 parent 9d6541f commit 54910fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/app/ordinal-data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function OrdinalDataScreen(props: { segment: string }) {
>
<LinearGradient
start={vec(0, 0)}
end={vec(chartBounds.top, chartBounds.bottom)}
end={vec(0, chartBounds.bottom)}
colors={colors}
/>
</Line>
Expand Down

0 comments on commit 54910fa

Please sign in to comment.