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

Hi Cytoscape team. First of all: Great work! It would also be great if there was an easy way to overlay cytoscape elements on a map, e.g. like the integration...

suggestion

Feature request - it would be amazing to have access to the selectionType argument available in cytoscape.js (https://js.cytoscape.org/#init-opts/selectionType) that allows additive selection of nodes, rather than having to shift+click to...

suggestion

First off, thanks for this awesome repo. Was wondering what the best way is to use a yFiles layout in dash-cyto. In particular, I find their hierarchic layout really useful...

#### Description The "dagre" layout produces badly formatted layouts when the parent node follows children nodes in the list of elements. This isn't noted in the documentation, to my knowledge....

bug

#### Description Persistence is now being integrated into dash core components, https://dash.plotly.com/persistence. This would be a very useful feature in Cytoscape when dealing with multi-page dash applications. Seems to be...

#### Description Cytoscape doesn't re-render node styling when changes made to elements. It looks like the library is only doing a very shallow comparison / diff of the elements list,...

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

## About This PR is about solving the issue of persisting component information natively. resolves #113 ## Description of changes - Added new demo for usage of persistence. ## Pre-Merge...

## About ## Description of changes ## Pre-Merge checklist - [ ] The project was correctly built with `npm run build:all`. - [ ] If there was any conflict, it...