Forum Discussion
Chiclet Slicer / Themes JSON Edits
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]
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"
}
]
}
}
}
}- v-evelk6 years agoMicrosoft Employee
Hello,
Unfortunatelly, Chiclet Slicer still uses API 1.13 and has limitations regarding themes applying.
However, we currently are trying to solve an issue with filtration to update the visual to the latest API so, as soon as we solve the issue, we will update the visual.
Kind Regards,
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
[email protected] - v-viig7 years agoCommunity Champion
PBI Themes used to work with Custom Visuals.
Will ask the development team to investigate this issue deeper.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- jefferiesk7 years agoFrequent Visitor
I am also seeing this issues. if I add the follwoing code to my JSON file, the border styling is correctly added but the header and row styling is not.
"ChicletSlicer1448559807354": {
"*": {
"header": [{
"show": false
}],
"rows": [{
"selectedColor": { "solid": { "color": "#01a982"}},
"borderStyle": "Rounded"
}],"border": [{
"show": true
}]
}
} - v-evelk7 years agoMicrosoft Employee
Hi,
There are some limitations regarding applying of themes for Chiclet slicer because it still uses API 1.13 and there is specific reason why we cannot update it to API 2.x for a while
Kind Regards,
Evgenii Elkin,
Software Engineer
Microsoft Power BI Custom Visuals
[email protected] - jefferiesk7 years agoFrequent Visitor
Many thanks fro you reply.
- a_foster6 years agoRegular Visitor
Any updates on this, or timeline for possible update?
Thanks