Skip to main content
1-Visitor
August 8, 2022
Solved

rounded edge corner for a label chart

  • August 8, 2022
  • 1 reply
  • 829 views

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

Best answer by rogerjn

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

1 reply

rogerjn14-AlexandriteAnswer
14-Alexandrite
August 8, 2022

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