Forum Discussion
Berl21
Helper III
2 years agoTechnical 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: ...
AmiraBedh
Super User
2 years agoTo 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.