Closed jyyy03 closed 1 year ago
I tried to add colors for nodes and edges, and none of them work. How to fix it?
TableNode: { label: "tableName", value: "tableId", borderWidth: "10px", }, ColumnNode: { label: "columnName", color:"#C0FDFB", borderWidth: "10px" }
Static value to properties like specific color and such need yo be added in static advance config, please look at the docs or example In the default config takes the properties from the node itself
I tried to add colors for nodes and edges, and none of them work. How to fix it?