Ryan Hafen
Ryan Hafen
Sorry for the delay and thanks for the reproducible example. Unless you are dealing with extremely large data, recreating the entire figure from scratch would be the best solution here....
Oh cool! I'll update accordingly when I have a chance.
Note to self: use this code (from [here](http://www.masalmon.eu/2017/02/03/chemist/)) to update the data: ```r elements
I added support for hiding the legend (in any plot) by doing `figure(legend_location = NULL) %>% ...`. This fix is here: https://github.com/hafen/rbokeh/tree/dev. There's a lot of work in there I'm...
I have added hover for bars (on by default) but you can turn off with `hover = FALSE`. It's in this branch which contains other updates waiting to be fully...
@cddesja good point on needing more info in the tooltip when there is a grouping variable. I have made it so that the grouping variable is also shown on the...
@cddesja for your color issue, currently unfortunately it isn't possible to make a custom legend (legends are a bit tricky), but in the push I just made I added some...
This is what I'm getting. Could you attach a screenshot with some environment info?
what version of rbokeh?
Does the same thing happen with the dev branch?