Hi
I am trying to style the annotation for connector in a certain way ,
but I can't find any option to wrap the annotation with a black border.
obj.annotations = [{
content: 'Verify to Pending, SEnd to Apporval, Label 3, Label 4, this is label 5, Verify Documents',
margin: { top: 10, bottom: 10 },
horizontalAlignment: 'Center',
verticalAlignment: 'Top',
style: {
fill: 'white',
strokeColor: 'black',
strokeWidth: 10,
fontSize: 10,
},
}];
however , this doesn't provide the same look as above
Angular (forked) - StackBlitz
Can you please let me know if this is possible to achieve? having a border around the annotation