retodomax
retodomax
Same problem for me (with DiagrammeR version 1.0.9) Here a reproducible example ``` my_diag
Is there also a way to use the newest version 10.1.0? It seem to have no `mermaid.min.js` file anymore ([see e.g. here](https://cdn.jsdelivr.net/npm/[email protected]/dist/))? I tried to replace line 7 with ```...
Thanks @cderv. I run into the same issue * with Quarto * with any other htmlwidget (leaflet, ggiraph, ...) * by setting `fig-asp` (instead of `out-width` in percentage) See reprex...
Thanks for the reply! I guess, ideal would be, if this feature would be implemented in base R but hard to say if they want it there... If you're interested,...
Yes, so far, I also transformed the `hms` object to a `POSIXct` object to apply `format.POSIXct()`. This is useful for example to remove the seconds in a ggplot time axis:...
Thanks for the interesting suggestions! I would mainly use `"%H:%M"`, `"%H"`, `"%M"` and `"%S"`. The same syntax as used by `format.POSIXct()` would be easy to remember, but also a `glue`...
It works! If I run your code above, it opens a temp xlsx file with the correct Label. Would be great to have a function in `openxlsx2` which makes this...
Hi @JanMarvin, thanks for the explanation. I'm happy to test it and provide you the output, if it helps.