Skip to content

Commit

Permalink
Merge pull request #685 from HeliSwap/fix-charts
Browse files Browse the repository at this point in the history
Small fix for charts
  • Loading branch information
RAMTO authored Jan 25, 2024
2 parents be02fa6 + 474e983 commit 419aa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LineChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const Chart = ({ chartData, aggregatedValue }: ILineChartProps) => {
tickLine={false}
tickFormatter={time => dayjs(time).format('D')}
minTickGap={10}
interval="preserveStart"
interval="preserveStartEnd"
/>
<Tooltip cursor={{ stroke: '#8884d8' }} contentStyle={{ display: 'none' }} />
<Area dataKey="value" type="monotone" strokeWidth={2} stroke="#E541EE" fill="#19193F" />
Expand Down

0 comments on commit 419aa27

Please sign in to comment.