Forum Discussion
Chiclet Slicer / Themes JSON Edits
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
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-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-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