Skip to content

Commit

Permalink
Update ChartReportPage.jsx
Browse files Browse the repository at this point in the history
move <line> tag attributes to different lines
  • Loading branch information
hypoclone authored Dec 27, 2024
1 parent 9ca2153 commit 1aecb17
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/reports/ChartReportPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,13 @@ const ChartReportPage = () => {
tickFormatter={() => ''}
onChange={(range) => handleBrushChange(range)}
/>
<Line type="monotone" dataKey={type} stroke={theme.palette.primary.main} dot={false} activeDot={{ r: 6 }} />
<Line

Check failure on line 174 in src/reports/ChartReportPage.jsx

View workflow job for this annotation

GitHub Actions / build

Trailing spaces not allowed
type="monotone"
dataKey={type}
stroke={theme.palette.primary.main}
dot={false}
activeDot={{ r: 6 }}
/>
</LineChart>
</ResponsiveContainer>
</div>
Expand Down

0 comments on commit 1aecb17

Please sign in to comment.