Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Radar chart Python

Hi All,
 
The dashboard I'm developing requires a radar/spider chart, and whilst I can get the Radar Chart from the custom visual Marketplace to show data, I also need to be able to set the axis - which unfortunately this lacks. I basically need the exact same chart, but want the center of the visual to be 0, and the outermost ring to be 5 (i.e. the axis would be 0-5).
 
I've been attempting to use the python visual, but haven't had any success as of yet. I've used the following tutorials:
 
I only have 2 fields I need to use, one with the categories i need as the 'spokes/spines' of my chart, and one with the values to be presented. I was wondering if anyone on here has any experience in developing and inegrating such a visual in Power BI using Python?