mirror of
https://github.com/BreizhHardware/Jellystat.git
synced 2026-01-18 16:27:20 +01:00
removed axis line from chart
This commit is contained in:
@@ -70,7 +70,7 @@ function GenreStatCard(props) {
|
||||
<RadarChart cx="50%" cy="50%" outerRadius="80%" data={props.data}>
|
||||
<PolarGrid gridType="circle" />
|
||||
<PolarAngleAxis dataKey="genre" />
|
||||
<PolarRadiusAxis domain={[0, maxRange]} tick={false} />
|
||||
<PolarRadiusAxis domain={[0, maxRange]} tick={false} axisLine={false} />
|
||||
<Radar
|
||||
name="Duration"
|
||||
dataKey={props.dataKey}
|
||||
|
||||
Reference in New Issue
Block a user