Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi @Anonymous ,
Found this old post with NO solution.
But there is a solution:
Just add the next line to your borden property in JSON.
- "width" :2
resulting in the following code:
"border": [{
"show": true,
"color": { "solid": { "color": "#FFFFFF" } },
"radius": 5,
"width" : 2
}]
Kind regards,
Rob
Hi @Anonymous,
Yes, you can use theme JSON to custom the visual border width. This code should apply to visuals who have border property.
{
"name": "Custom Border",
"tableAccent": "#284861",
"visualStyles": {
"*": {
"*": {
"border": [{
"show": true,
"color": { "solid": { "color": "#FFFFFF" } },
"radius": 5
}]
}
}
}
}
Border radius with JSON
Regards,
Xiaoxin Sheng
Hi @Anonymous,
I know I can use the mentioned code to creat border. But I'd like to modify the width of the border (for all visualisations) because now it's just about 1 pix and it is too thin. Can you help me?
Hi @Anonymous,
After I check these properties, I found to change the radius volume seems not effective to increase border width to make it looks stronger. (it change the visual internal layout instead of direct increase the visual border size)
Perhaps you can submit an idea to modify and highlight the visual borders.
Regards,
Xiaoxin Sheng
User | Count |
---|---|
5 | |
5 | |
3 | |
2 | |
2 |
User | Count |
---|---|
9 | |
7 | |
4 | |
4 | |
4 |