-
-
Notifications
You must be signed in to change notification settings - Fork 105
Closed
Labels
new featureA new feature requestA new feature request
Description
Is your feature request related to a problem? Please describe
Goal: Describe how someone trains
Default period: last 90 days
Volume
“How much do you train?”
Consistency
“How often do you train?”
Intensity
“How hard do you train?”
Duration
“How long are your sessions?”
Density
“How packed is your training?”
Variety
“How diverse is your training?”
option = {
legend: {
show: true
},
tooltip: {
show: true
},
radar: {
indicator: [
{ name: 'Volume', max: 100 },
{ name: 'Consistency', max: 100 },
{ name: 'Intensity', max: 100 },
{ name: 'Duration', max: 100 },
{ name: 'Density', max: 100 },
{ name: 'Variety', max: 100 }
]
},
series: [
{
type: 'radar',
lineStyle: {
width: 1,
opacity: 1
},
data: [
{
value: [55, 9, 56, 46, 18, 75, 98],
name: 'last 30 days'
},
{
value: [55, 9, 56, 46, 18, 75, 98].reverse(),
name: 'last 90 days'
}
],
areaStyle: {
opacity: 0.1
}
}
]
};
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
new featureA new feature requestA new feature request