The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi all,
I have looked on other posts on this forum but I can't find a solution.
I'm trying to set the Rounded corners property of a button to 15px on my JSON theme. I've tried:
1.
"border": [{ "show": true, "radius": 10, "color": { "solid": { "color": "#00FF00" } } }]
but this sets the property of the visual, instead of the button.
2.
Thanks in advance.
Solved! Go to Solution.
Hi , @Anonymous
I test it in my side , you can try to use this:
{
"name": "a670051504402230c343",
"visualStyles": {
"actionButton": {
"*": {
"background": [
{
"show": false
}
],
"visualHeader": [
{
"show": false
}
],
"shape": [
{
"$id": "default",
"roundEdge": 34
}
]
}
}
}
}
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi , @Anonymous
I test it in my side , you can try to use this:
{
"name": "a670051504402230c343",
"visualStyles": {
"actionButton": {
"*": {
"background": [
{
"show": false
}
],
"visualHeader": [
{
"show": false
}
],
"shape": [
{
"$id": "default",
"roundEdge": 34
}
]
}
}
}
}
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
User | Count |
---|---|
74 | |
70 | |
39 | |
30 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
48 | |
46 |