Created
July 19, 2024 15:07
-
-
Save asebastian-aras/79707aa853f4470a7cb313ff57734c66 to your computer and use it in GitHub Desktop.
Named Connector definition
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"container": { | |
"type": "grid", | |
"style": { | |
"width": 0, | |
"height": 0, | |
"color": "red", | |
"padding": { | |
"left": 0.01, | |
"right": 0.01, | |
"top": -20, | |
"bottom": 0.01 | |
}, | |
"rows": [ | |
{ | |
"height": 20 | |
} | |
], | |
"cols": [ | |
{ | |
"width": 120 | |
} | |
], | |
"cells": [ | |
{ | |
"content": "text", | |
"content_binding": "description", | |
"col": 0, | |
"row": 0, | |
"style": { | |
"font": { | |
"size": 12, | |
"family": "Roboto", | |
"weight": "normal", | |
"color": "#555555" | |
} | |
} | |
} | |
] | |
} | |
}, | |
"style": { | |
"color": "#555555", | |
"weight": 1, | |
"arrowhead": { | |
"color": "#555555", | |
"height": 17, | |
"width": 7 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment