Forum Discussion
Anonymous
8 years agoNot applicable
visual background color changes automatically in Online Service after upload the pbix
Hi, we are facing an issue with the color setting in our visuals after uploading the pbix file to the online service as an App. The background color of some visuals is changing from white to blac...
Anonymous
8 years agoNot applicable
Anonymous,
Do you also use custom theme? Could you please share the JSON file?
Regards,
Lydia
RichFrederick
8 years agoFrequent Visitor
Here is the JSON I am using
SyntaxEditor Code Snippet
{"name":"VG Power BI theme","background":"#ffffff","tableAccent":"#123456","dataColors":["#123456","#7a9b49","#231f20","#949494","#ff3c02","#9dd100","#ffa10f","#725800","#ff08a2","#08c1ff","#3cb44f","#2b83e3"],"visualStyles":{"*":{"*":{"*":[{"fontSize":11,"fontFamily":"Segoe UI","color":{"solid":{"color":"#231f20"}}}]}},"barChart":{"*":{"legend":[{"labelColor":{"solid":{"color":"#231f20"}},"fontSize":11,"fontFamily":"Segoe UI"}],"categoryAxis":[{"labelColor":{"solid":{"color":"#231f20"}},"titleColor":{"solid":{"color":"#231f20"}},"titleFontSize":11,"titleFontFamily":"Segoe UI"}],"valueAxis":[{"titleColor":{"solid":{"color":"#231f20"}},"titleFontSize":11,"titleFontFamily":"Segoe UI"}],"labels":[{"fontFamily":"Segoe UI"}]}}}}