mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
feat(FE): slicing ui dashboard, API integration with dummy data and form validation
This commit is contained in:
@@ -522,7 +522,13 @@ const DashboardLineChart = ({
|
||||
? false
|
||||
: {
|
||||
r: 3,
|
||||
fill: getLineColor(series.id, index, analysisMode),
|
||||
fill: '#fff',
|
||||
stroke: getLineColor(
|
||||
series.id,
|
||||
index,
|
||||
analysisMode
|
||||
),
|
||||
strokeWidth: 2,
|
||||
}
|
||||
}
|
||||
activeDot={isStandard ? undefined : { r: 5 }}
|
||||
|
||||
Reference in New Issue
Block a user