Forum Discussion
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","#3A01DF", "#cc4477"]
}
}
JSON file name's also "Visual1.json"
Thanks,
Swaroop
4 Replies
- AnonymousNot 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- SwaroopRoyMHelper 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
- AnonymousNot 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