Victor Perrier

Results 370 comments of Victor Perrier

It seems there's no event triggered when a tag is removed, so currently those 2 options are not compatible unfortunately. Victor

Hello, If there's only one element in a group you need to use a `list` rather than a `vector`, e.g. : ```r list("A group" = list("An element of this group"))...

Hello, Un exemple serait le bienvenue, ainsi que le numéro de version d'antaresViz utilisé (`packageVersion("antaresViz")`). Merci, Victor

Merci, peux-tu essayer avec la version de dev ? ```r devtools::install_github("rte-antares-rpackage/antaresViz") ``` Si cela ne fonctionne pas, peux-tu partager le code que tu utilises ? Merci, Victor

Bonjour, Je ne suis pas arrivé à reproduire le problème, pourriez-vous m'envoyer par mail un jeu de données et un exemple, du type : ```r setProdStackAlias( name = "Wind and...

Sorry for later answer, you can now use floating number for scale argument.

Not sure how I can help you without being able to reproduce the error. Without bslib it works fine even after uploaded a file ? You use Bootstrap 4 with...

Hi, Yes indeed there's an issue capturing checked status for checkboxes. There's a PR in html-to-image repo : https://github.com/bubkoo/html-to-image/pull/245, but there does not seem to be any activity there... I...

Hello, It works here: https://dreamrs.shinyapps.io/capture-pdf/ Can you share the URL of your application ? The code ? Have you checked the JavaScript console ? Victor

I don't see a way here. A solution could be to send the image to the server to do some post processing with {magick}, I could implement that, just didn't...