cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

rounded edge corner for a label chart

NN_10375125
5-Regular Member

rounded edge corner for a label chart

Dear Ptc Community,

i would need help to get a rounded  corners for my label chart. At the moment it looks like this and with edged corners it would be a lot more satisfying.

Unbenannt.PNG

1 ACCEPTED SOLUTION

Accepted Solutions

Hello,

 

Add a classname to the widget in the 'customClass' field, for instance 'roundedChart'

Then put this css in the Custom CSS:

 

div.roundedChart rect {
rx: 15px;
ry: 15px;
}

View solution in original post

1 REPLY 1

Hello,

 

Add a classname to the widget in the 'customClass' field, for instance 'roundedChart'

Then put this css in the Custom CSS:

 

div.roundedChart rect {
rx: 15px;
ry: 15px;
}
Top Tags