Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
64 | |
59 | |
47 | |
33 | |
32 |
User | Count |
---|---|
84 | |
75 | |
56 | |
50 | |
44 |