Forum Discussion
Chiclet Slicer / Themes JSON Edits
This is known issue that will be resolved soon.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Has this been solved? I can't seem to be able to apply theming to chiclet slicer through json files using the August 2.61.5192.641 PowerBI Desktop for Report Server version.
- v-evelk7 years agoMicrosoft Employee
I am checking the info regarding this issue.
I will provide status asap.
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
[email protected]- v-evelk7 years agoMicrosoft Employee
I checked Februar version and Chiclet Slicer works with themes fine there.
There is only one moment.
If it uses default colors they will not be changed (looks like some moment that should be fixed in visual).
But if non-default colors were chosen theme changing will work as awaited.
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
[email protected]- RJRMP7 years agoFrequent Visitor
So should the below theming file work for the Chiclet slicer? If not the colours, then atleast the padding and outline style of the chiclets? I can't get it to work.
{ "name": "Chiclet theme", "tableAccent": "#7D1D30", "visualStyles": { "ChicletSlicer1448559807354": { "*": { "rows": [ { "textSize": 12, "padding": 1, "selectedColor": { "solid": { "color": "#7D1D30" } }, "unselectedColor": { "solid": { "color": "#8B8B84" } }, "fontColor": { "solid": { "color": "#F5F5F5" } }, "borderStyle": "Square" } ] } } } }