Adjusted inner chart fill color
This commit is contained in:
parent
a1e429f94b
commit
727365e0a0
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export const RadarChart = (props: { weighted: boolean }) => {
|
||||||
ethicsData[1].sumRegular(), ethicsData[3].sumRegular(), ethicsData[5].sumRegular(),
|
ethicsData[1].sumRegular(), ethicsData[3].sumRegular(), ethicsData[5].sumRegular(),
|
||||||
ethicsData[7].sumRegular(), ethicsData[9].sumRegular(), ethicsData[11].sumRegular(), ethicsData[13].sumRegular()],
|
ethicsData[7].sumRegular(), ethicsData[9].sumRegular(), ethicsData[11].sumRegular(), ethicsData[13].sumRegular()],
|
||||||
fill: true,
|
fill: true,
|
||||||
backgroundColor: '#20406088',
|
backgroundColor: '#000000AA',
|
||||||
borderColor: '#254A6F',
|
borderColor: '#254A6F',
|
||||||
radius: 3
|
radius: 3
|
||||||
}]
|
}]
|
||||||
|
|
Reference in a new issue