Forum Discussion
Chiclet Slicer / Themes JSON Edits
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
}]
}
}
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]
- 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] - jefferiesk7 years agoFrequent Visitor
Many thanks fro you reply.
- a_foster6 years agoRegular Visitor
Any updates on this, or timeline for possible update?
Thanks