cornerRadius is not supported while giving the x,y points

Hi,
I am giving x,y points to the diagram json object instead of giving properties “from” and
“to”. In this case my cornerRadius property in not working. Please help

{
“id”: “u13719074685”,
“type”: “line”,
“points”: [
{
“x”: 417,
“y”: 290
},
{
“x”: 417,
“y”: 270
},
{
“x”: 360 ,
“y”: 270
},
{
“x”: 360,
“y”: 340
},
{
“x”: 416,
“y”: 340
},
{
“x”: 416,
“y”: 480
},
{
“x”: 507,
“y”: 480
},

],
“stroke”: “#F2F2F2”,
“connectType”: “elbow”,
“strokeWidth”: 1,
“cornersRadius”: 30,
“title”: {
“fontSize”: 14,
“lineHeight”: 14,
“textAlign”: “center”,
“textVerticalAlign”: “center”,
“fontStyle”: “normal”,
“fontWeight”: “normal”,
“fontColor”: “#4C4C4C”,
“fill”: “#FFF”,
“draggable”: true,
“editable”: true,
“hidden”: false
},
“width”: 28,
“height”: 2.5,
“x”: 272,
“y”: 166.5,
“from”: " ",
“to”: " ",
“fromSide”: “left”,
“toSide”: “right”,
“forwardArrow”: “filled”,
“strokeType”: “line”,
“backArrow”: “”
},

I’ve sent your request to the dev team and it will be observed.
I’ll inform you further about any update on this issue.