Forum Discussion
Technical name info button in Json
Hi,
I am working on a new design for Power BI in Json. I want to add the most useful widgets to the code and configure them with the correct colour code.
For example, I have written this:
"funnel": {
"*": {
"dataPoint": [{
"defaultColor": { "solid": { "color": "#2548DA"}},
"showAllDataPoints": true
}]
}
"Funnel" here is pretty straight forward, as well as "textbox" or "gauge". However, I can't seem to find the technical name of the info box to change the default colour.
What I mean is this. Green needs to be changed 🙂
Anyone knowledgeable about this around?
Thanks!
Pauline.
1 Reply
- AmiraBedh
Super User
To change the default color, you would typically look for properties like "color" or "backgroundColor" under the appropriate visual name. If you can't find the exact name, you could try looking for keys like "infoButton", "helpButton", "toolTip", or "infoIcon" within the JSON structure.