Guys,
I was exploring gojs different shapes and was using Rounded Rectange with some text in it.
$(
go.Panel,
'Auto',
{ margin: new go.Margin(40, 10, 2, -150), width: 155, height: 20 },
$(go.Shape, 'RoundedRectangle', { fill: '#BAE6FF' }),
$(go.TextBlock, 'Top-level assembly', { stroke: '#00539A', width: 120 }),
),
so right now things are working fine, but i dont want rectange with black border. Can you help me to resolve this, that is reactangle with no border , or border with its color used to fill
Secondly, can we increase the border-radius to some more pixel value , it seems like less rounded in corner