Skip to content

Commit

Permalink
[TM-1407] add margin to chart to show complete xaxis label (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarLima1 authored Nov 14, 2024
1 parent c486030 commit 087b6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dashboard/charts/MultiLineChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const MultiLineChart: React.FC<ChartProps> = ({ data = [], isAbsoluteData = fals

return (
<ResponsiveContainer width="100%" height={300}>
<LineChart data={formattedData}>
<LineChart data={formattedData} margin={{ right: 15 }}>
<CartesianGrid vertical={false} stroke="#E1E4E9" />
<XAxis
dataKey="time"
Expand Down

0 comments on commit 087b6d5

Please sign in to comment.