mirror of
https://github.com/traccar/traccar-web.git
synced 2025-01-07 03:26:42 +08:00
Update ChartReportPage.jsx
move <line> tag attributes to different lines
This commit is contained in:
parent
9ca2153c0f
commit
1aecb1796c
@ -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
|
||||
type="monotone"
|
||||
dataKey={type}
|
||||
stroke={theme.palette.primary.main}
|
||||
dot={false}
|
||||
activeDot={{ r: 6 }}
|
||||
/>
|
||||
</LineChart>
|
||||
</ResponsiveContainer>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user