helgasoft
helgasoft
smart code :+1:! - to eliminate complex JS. But, it looks like you want to assign a separate tooltip to the 3 lines of the error bar. Is this really...
Thank you for the detailed explanation. See your point, makes sense now. By setting a _name_ to err.bar it becomes a separate entity and can have its own tooltip, but...
If this is what you are after...  ...take a look at [this code](https://gist.github.com/helgasoft/3168aa00a703b5f7e8c3cfa8ad8bf25b). It uses a different library, but can give you an idea on how to structure your...
@20korando, are you trying to present the entire Titanic hierarchy like below?  If not, please provide some **code** (data, chart) and/or **sketches** of desired result.
Better check that data one more time... Here are two examples with sizes larger than 20K that happily show up. ```r library(onion) data(bunny) # 36K rows as_tibble(bunny) %>% mutate(v=1:nrow(.)) %>%...
@augustoamerico, it will help if you describe your expectations and why "_it doesn't seem to be working_". From my understanding the purpose of **debounce** is to make sure mouse movement...
[recognized as bug](https://github.com/apache/echarts/issues/14931) in ECharts v.5+
Are you expecting to be able to **open a port** on shinyapps.io ? It is not your server, therefore the obvious error '_Connection refused_'.
Yes, the solution is to maintain/run your own RSelenium server and connect to it from inside you Shiny app on _shinyapps.io_. So instead of having ```r remDr
Hosted app is great, love it 🏆