Skip to content

Remove outdated known issues list from BokehJS docs #14023

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions docs/bokeh/source/docs/user_guide/advanced/bokehjs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,17 +278,6 @@ and hover policy. Here is an example of a ``bar`` chart and the plot it generate

plt.show(plt.gridplot([[p1, p2], [p3, p4]], {width: 350, height: 350}));

.. _ug_advanced_bokehjs_issues:

Known Issues
------------

* :bokeh-issue:`11016` figure name passed to `renderer.glyph.name` but not `renderer.name`
* :bokeh-issue:`11034` Palettes not accessible by name for `ColorMapper` objects in BokehJS
* :bokeh-issue:`11035` `Bokeh.Widgets.Div()` missing `tools`, required by `Bokeh.Plotting.gridplot()`
* :bokeh-issue:`11036` Making axis range padding persistent requires changing `._initial_range_padding` as well
* :bokeh-issue:`11037` Using `sizing_mode` in gridplot layouts requires explicit assignment
* :bokeh-issue:`11038` Calling `figure({title:"some title"})` replaces Title object with string, prevents subsequent updates to title text

Minimal example
---------------
Expand Down
Loading