cyjShiny icon indicating copy to clipboard operation
cyjShiny copied to clipboard

An R/shiny widget for cytoscape.js

Results 17 cyjShiny issues
Sort by recently updated
recently updated
newest added

Hello, when node ID contains an apostrophe, setNodePositions cannot set all posistion correctly. Please see the example (with Shiny) below. If the ID of `B'3` is replaced by `B3`, it...

@alptaciroglu posted an issue to paul-shannon/cyjShiny (just now belatedly archived, made read-only) about "bypass" methods for controlling node color and size. In response, I offer a new example [tinyApp.R](https://github.com/cytoscape/cyjShiny/tree/master/inst/examples/tinyApp) ![image](https://user-images.githubusercontent.com/2480712/53826503-9822b380-3f2d-11e9-86ce-41089a455f0d.png)...

While useful for debugging, these should be removed at least in prod builds. You can use NODE_ENV and the environment webpack plugin for this, e.g. ```js const log = function(){...

Generally, `ready()` should be used only for things that rely on async things from init happening first before your `ready()` code, but that doesn't seem to be the case here:...

enhancement

It's not clear to me what the `redraw` message is for. It shouldn't be necessary to do something like this when you update the element data.

Hello. I have been using this package for a few weeks for one of my projects. At this point,I'm stuck with the layout properties because the htmlwidget only supports a...

Awesome package! I was wondering if it is possible to add labels to edges? Thanks Iain