Moritz Schreiber

Results 29 issues of Moritz Schreiber

### Software versions Python version : 3.9.10 | packaged by conda-forge | (main, Feb 1 2022, 21:24:11) IPython version : 8.4.0 Tornado version : 6.1 Bokeh version : 2.4.3 BokehJS...

TRIAGE

### Software versions Python version : 3.9.10 | packaged by conda-forge | (main, Feb 1 2022, 21:24:11) IPython version : 8.1.1 Tornado version : 6.1 Bokeh version : 2.4.2 BokehJS...

type: discussion

### Problem description Sometimes I use BoxAnnotations to add additional information to a plot and I would like to have the opportunity to toggle visibility using a legend in the...

type: feature
tag: API: models

### Problem description Sometimes I have legend labels which are very long and it would be nice to have the option to add a line break (to control the length...

type: bug
tag: component: bokehjs

### Expected behavior I expect that the HoverTool is able to display information from the data of a ColumnDataSource, even if the key has special letters like `ö` in it....

type: discussion

### Expected behavior I expect that the "hide" policy for legend labels has no effect on the background of the legend items. ### Observed behavior If I click in a...

type: discussion

### Expected behavior My expectation is, that all `autosize_mode`s of the `DataTable` can be displayed without an error. ### Observed behavior The two modes `"fit_viewport"` and `"fit_columns"` both raise a...

type: bug
tag: regression
tag: component: bokehjs

Sometimes it is difficult in a multi axis case to figure out which data belongs to which axis. One solutions is shown in the [twin_axes example](https://docs.bokeh.org/en/latest/docs/examples/basic/axes/twin_axes.html) where the labels are...

type: feature

**Environment** Pandas 1.3.3 Python 3.9.7 pandas_bokeh 0.5.5 **Problem** When drawing constant lines in with `pandas-bokeh` it looks like there are multiple shorter lines instead on large on. When using a...

### Expected behavior I expected that the `CrosshairTool` is linked by default if it is used on multiple plots. This was working in older versions (2.x) of bokeh. ### Observed...

type: discussion