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
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
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 ago
Helper 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