philibe
philibe
IMHO: - It would easier to read your code inside code tag. - Your code works when you put `max` and `value` and `min` in `noUiSliderInput()`
I am a simple user. IMHO it's an issue of one of both. But try stackoverflow before. - https://github.com/dreamRs/shinyWidgets - https://github.com/leongersen/noUiSlider Try instead `sliderInput("integer", "Integer:", min = -100, max =...
Yes : my labels are non uniques. Here is two example.s (in fact in my real probleme, Id are unique technical Id, and label are non unique human label or...
You have a good suggestion but it's only a workaround :-p For a better example take her title; or take her gender. For the tree, the technical id is good,...
I've tried to replace 2 seconds`name` by `tooltip` [in collapsibleTree.js](https://github.com/AdeelK93/collapsibleTree/blob/master/inst/htmlwidgets/collapsibleTree.js#L93) : it's this sort of business displayed datas I wish in other variable than tooltip (in simple text ...or html)....
I've done a POC with R Shiny and bokeh in pure R Shiny with `session$registerDataObj()` (without rbokeh and shiny.router) :) : - https://github.com/philibe/RshinyBokehReticulatePOC (I didn't know that rbokeh exists.)
@joshuadavidson Your answer of the 5th Jan. 2022 makes me think at the solution I have chosen 3th July 2021 in my [FlaskVueBokehPOC (github link)](https://github.com/philibe/FlaskVueBokehPOC): #### it works : ``...
I tried again: `require ('bokeh.min.js')` works with VueJS 3. :) At least with js script from Python [Embedding Bokeh content](https://docs.bokeh.org/en/latest/docs/user_guide/embed.html) `script, div = bokeh.embed.components({'p1': p1, 'p2': p2}, wrap_script=False)`. (Don't forget,...
@Rudxain > Everytime I touch to type something, Chrome for Android zooms-in too much. Same for me, until I've looked at @Sunjay answer. It works for me on Android with...
I'm a user of dplyr. IMHO you're right. It's discussed in this closed issue: - #6717