dash-cytoscape icon indicating copy to clipboard operation
dash-cytoscape copied to clipboard

Interactive network visualization in Python and Dash, powered by Cytoscape.js

Results 89 dash-cytoscape issues
Sort by recently updated
recently updated
newest added

#### Description Is it possible to export graphs into data files such as xgmml or cx json? I am aware it is possible to export to visual/vector format but I...

This is a feature request. Currently, it is possible to obtain complete node or edge dictionary interactively: `tapNode (dict; optional): The complete node dictionary returned when you tap or click...

suggestion

Would really appreciate the ability to add elements (nodes and edges) dynamically via a context menu #58, select&connect (for edges) or even by drag&drop. Cytoscape seems to support this in...

I have been using dash cytoscape for a project, and in our project, we benefitted greatly from having the extra options of right click and mouseout, so I would like...

#### Description Currently, I would like to use some local file to use them as the background image for my node. I success with the images on wikimedia but cannot...

I am trying to show a graph with parent and child nodes (representing clusters) and have a menu or button callback to remove/hide the parent nodes and leave the children...

bug

Is there a way to set a background image?

## About This is a new feature for `Dash-cytoscape` which includes integration with `Leaflet.js` and a context menu feature. ## Description of changes Users can render their cytoscape graphs on...

#### Description Hey guys, first a huge thx for your work. The cytoscape project is truly awesome! However, I've stumbled above this problem and couldn't find any posts about it...

It would be nice if it was possible to obtain mouse coordinates from `dash_cytoscape.Cytoscape`. In my current project, I would like to create new nodes whenever I click on 'white...