Skip to content

Radar chart indicating Athlete Profile #1610

@robiningelbrecht

Description

@robiningelbrecht

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
      }
    }
  ]
};

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions