Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello!!!
I am trying to configure the ChicletSlicer display through a theme in PBI, my .json works fine except for the ChicletSlicer part, could you please help me?
"ChicletSlicer1448559807354": {
"*": {
"header": {
"title": [
{
"show": true,
"fontColor": {
"solid": {
"color": "#0F0F0F"
}
},
"background": {
"solid": {
"color": "#E0E0E0"
}
},
"alignment": "right",
"fontSize": 16,
"fontFamily": "Roboto"
}
]
}
},
"chiclets": {
"selectedColor": {
"solid": {
"color": "#ffffff"
}
},
"unselectedColor": {
"solid": {
"color": "#D0D0D0"
}
},
"fontColor": {
"solid": {
"color": "#F5F5F5"
}
}
}
},
I`m really appreciate!