Forum Discussion
SwaroopRoyM
8 years agoHelper II
desktop
Hi, I would like to apply the below theme to a pie chart, but it's not working. Please let me know where am going wrong? { "name": "Visual1", "pieChart": { "dataColors": ["#FFFF00","#3A...
Anonymous
8 years agoNot applicable
SwaroopRoyM,
According to this article, we would need to define the JSON file as below. The data colors apply to data in all visuals in your PBIX file.
{
"name": "Visual1",
"dataColors": ["#FFFF00","#3A01DF", "#cc4477"],
"background":"#FFFFFF",
"foreground": "#3A6108",
"tableAccent": "#568410"
}
Regards,
Lydia
SwaroopRoyM
8 years agoHelper II
HI Lydia,
Thanks for the reply, but i want this theme to be applied only to piechart visual and not any other visual in the report.
Basically, i want to apply themes based on the visual
Thanks,
Swaroop
- Anonymous8 years agoNot applicable
SwaroopRoyM,
Currently, it doesn't support to configure data color for specific visual in the report theme, you can submit a feature request in the Power BI ideas forum.
Regards,
Lydia- SwaroopRoyM8 years agoHelper II
Thank you Lydia for the response.
I submitted this as an idea in the Forum as suggested by you.
Thanks,
Swaroop