Forum Discussion
3D Radar Visual Help
- 2 years ago
What differences do you find with the solution I proposed?
you can start from this and customize it using the open source project that I shared with you
gdelpuenteCinec In a case where i want the label to show side by side with the Chart width, can't find any option to make that display from the powerbi interphase. Also If i want to modify this chart further, from the github link you sent, which specific source file should i go in to tweak this chart which ever way i want and also what editing tool tool is suitable to make this editing.I'm sure one cant make such modifcation with DAx
- gdelpuenteCinec2 years agoHelper I
Line 536
file PowerBI-visuals-AsterPlot/src/services/dataRenderService.ts.text((d: LabelEnabledDataPoint) => d.labeltext)
you should change the d.labeltext value or concatenate with the category- Dyke2112 years agoHelper I
A dumb question..
1. Is it possible i edit this on powerbi page or i edit the code on github then export the file back to powerbi
2. Could you please also point me to the code number where i can edit so that its sorted based on colour rather than on highest figure like the way it is
Thanks for your help
- gdelpuenteCinec2 years agoHelper I
- No you need to download the project edit end export the personalized custom visual
this is the link for the official documentation - Line 416 in PowerBI-visuals-AsterPlot/src/services/dataRenderService.ts file
.sort(null)as written in the d3 documentation:
sort(iterable, comparator)
Returns an array containing the values in the given iterable in the sorted order defined by the given comparator or accessor function. If comparator is not specified, it defaults to d3.ascending
I think you can try removing this step - No you need to download the project edit end export the personalized custom visual