graphistry / graphbi

Graphistry monorepo for BI integrations
0 stars 0 forks source link

Source/Dest properties #24

Open lmeyerov opened 2 years ago

lmeyerov commented 2 years ago

Filling in src/dst properties does not actually make them appear in the UI

lmeyerov commented 2 years ago

Requires enabling nodeFile creation/upload

dess890 commented 2 years ago

line 33 on capabilities.json, no spaces "name": "DestinationProperty",

line 166 in visual.ts needs to recplicated but for the destination property. const edgePropertyMetadatas = view.metadata.columns.filter((c) => c.roles.EdgeProperty);

lmeyerov commented 2 years ago

Need to also: