Hello,
I have tried everything to set the padding for a node. I have tried setting similar in getNodeDefaults and in datasourceSettings, doBinding, neither work. I am trying variations of the code below:
```
Thank you, I am just trying to get consistent padding around the text in the node. See this issue below:
|
{
id: 'node1', width: 100, height: 50, offsetX: 300, offsetY: 100, style: { fill: 'red' },
annotations: [{ content: 'Node 1 annotation', width: 80, height: 40 }]
}, |
Thank you. I was setting minWidth and minHeight, hoping that would mean the nodes dynamically size. Since that does not occur, I will just figure out a size based on string length. Thank you again for clarifying the api.