Bryan Van de Ven
Bryan Van de Ven
Is this something specific to `hspan`? Or a new development? I am nearly 100% certain that `line_dash=[5, 5]` has worked in other contexts in the past.
I think this can be made to meet expectations, so I would suggest we triage as a `bug`. For specialized line-dash properties I think it would acceptable for a vector...
@mattpap do you have any objections to having a vector property do a full inspection as described above? If not I will triage this as `bug`
cc @bokeh/dev I think this change should be re-visited. It certainly makes sense to offer this mode for some niche cases, but I don't think it makes sense as the...
FWIW I would be ok with this default behavior: * tapping new points replaces the existing selection (previous behavior) * tapping an already selected point unselects it (new behavior) i.e....
I actually don't know what all the current modes are to say, where are they enumerated/described? Well, I guess they are listed [here](https://docs.bokeh.org/en/latest/docs/reference/core/enums.html#bokeh.core.enums.SelectionMode) > SelectionMode = Enumeration(replace, append, intersect, subtract,...
Unfortunately, this will take more work / different approach. The issue is that the way things are done in the PR, every single axis has a different `DatetimeTickFormatter` instance, but...
It's not common to have dynamic defaults, less common still have to have dynamic defaults that are model instances, and among that tiny set, I do believe this would be...
@angelsen the first tap has to be a "long" press, I don't think this docs are clear on this point. The UX is also presently lacking significantly in that there...
Regardless of the documentation, the current UX is fairly impossible to navigate out of the box. There are no visual cues that anything at all is happening at all, until...