stla

Results 169 comments of stla

No, it works, because there is `jstreeUpdate`. I tested and it works.

But don't do this, this is the cause of the problem.

When `input$node_select` changes, then `nodes` changes, and the observer is triggered, which triggers the `jsTreeUpdate`.

I agree it's strange but that's the way it works. My code for the updating is the same as the one of `shinyTree`. Another solution is to remove `isolate` from...

Hello, I've enabled the CSV export. Not on CRAN yet, but soon.

For 3D plots, you have to use `scene` in `layout`: ```r layout(title = 'type = scatter3d, mode = markers', plot_bgcolor = "#e5ecf6", scene = list( xaxis = list(title = 'XXXXXXXXXXXX'),...

Indeed, that does not work. I also tried with `customdata` and `hovertemplate`, same result. You should rather ask this question on StackOverflow or/and Posit Community. Github issues are rather for...

Hi, Ok for trying, but could you explain me how I install this version in Julia? (in the meantime, I managed to get the edges with the Python library pycddlib)

Yes, that seems to work fine. Thank you!