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

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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

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;
}
Announcements

Top Tags