Skip to content

Commit

Permalink
Remove outdated known issues list from BokehJS docs (#14023)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeil authored Aug 11, 2024
1 parent 5aecc61 commit e263b86
Showing 1 changed file with 0 additions and 11 deletions.
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

0 comments on commit e263b86

Please sign in to comment.