Xing Han Lu

Results 134 comments of Xing Han Lu

Hmm, I guess i'll start with elements, stylesheet and layout in this case.

Hi @aloktiagi, thanks for sharing this! I think this would be a nice addition; feel free to open a PR, and we'll be happy to review and help integrate it...

@agersch2 @riverchen99 This definitely seems like an issue in v0.2.0, since the add/remove node example worked correctly with older versions of dash-cytoscape (v0.1.1 and v0.0.4). I'll spend some time investigating...

@agersch2 I'm having copy pasting your code because of indentation. Could you share a gist or use markdown formatting? You can do something like this: > \```python > paste your...

It seems like it was introduced in: https://github.com/plotly/dash-cytoscape/pull/92 @mj3cheun Do you have an idea whether it's an intentional behavior of cyResponsiveGraph? I'm re-reading the `cyResponsive.js` code and I can't immediately...

Thank you for formatting the code! I tried running it on my side with both version 0.2.0 and v0.1.1. It seems indeed that v0.2.0 breaks with this example, and it...

Another problem I noticed is that edges where the source or the target (or both) do not exist will break v0.2.0, but still work in v0.1.1. For example, if you...

Hi @manihamidi! `yFiles` hierarchical layout looks pretty neat! I think there's two ways to approach this: 1. Write the logic in Javascript, then create a script called `yFilesHierachical.js` in `src/lib`....

@ManInFez I haven't forgotten about this PR! There's a few things I wanted to get done (update react/react-dom to 16, update docgen, and actually add persistence) before reviewing this. I'll...

I'll review this once #125 is merged