Manfred Cheung
Manfred Cheung
## About Adds ctxmenu plugin to dash-cytoscape. Modifications made to original PR to place ctxmenu specific login in separate file as was done for responsive. ## Pre-Merge checklist - [...
## About Adds ctxmenu plugin to dash-cytoscape ## Pre-Merge checklist - [ ] The project was correctly built with `npm run build:all`. - [ ] If there was any conflict,...
``` import graphistry from graphistry import n, e_forward, is_in chain_operations = graphistry.Chain([n(name="is_carib_bank_origin"),e_forward(hops=1, edge_match={"originator_bank_country": is_in(options=["Cayman Islands", "Bermuda", "Virgin Islands British", "British Virgin Islands", "Bahamas", "Panama", "Barbados"])}), ]) graphistry.Chain.from_json(chain_operations.to_json()) ``` this doesnt...
**Is your feature request related to a problem? Please describe.** string type will result in a histogram listing the x most common cols in graphistry ui numerical type will result...
modify graphistry react to take an initialized graphistry client-api class and login using the auth token attached to that class when the graphistry iframe is initialized. e.g. ``` import {...