microsoft / microsoft/PowerBI-visuals-RadarChart
Category with Lowest Value not displayed
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 39
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
I created a radar chart using the below data table, manually entered. I've noticed, repeatedly, that whatever category has the lowest score (in this case, humor, a value of 10), that category is not visually displayed correctly - it will be shown at the center of the visual, rather than on one of the "web" edges.
Included a screenshot and data table for copy/paste reproducibility:
Data Table
category score
humor 10
charisma 15
insight 17
empathy 13
Screenshot

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the radar chart with the provided category and score table, especially the lowest value of 10 for humor, and compare its position with the other categories. Locate the chart rendering entry point and trace how the lowest score is mapped to the visual. Done means the lowest-valued category is displayed on the web edge rather than at the center, using the supplied data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100