bokeh / bokeh

Interactive Data Visualization in the browser, from Python
https://bokeh.org
BSD 3-Clause "New" or "Revised" License
19.37k stars 4.19k forks source link

Set themes using bokehjs #9920

Closed ashvin777 closed 3 years ago

ashvin777 commented 4 years ago

How can we set dark_minimal in JavaScript version of bokehjs ? There is no example available for it.

mattpap commented 4 years ago

Themes are a (Python) bokeh feature and currently there is nothing equivalent available in bokehjs.

bryevdv commented 3 years ago

@ashvin777 this issue should not be closed, @mattpap has triaged it indicating interest to work on it at some point.

mattpap commented 3 years ago

I've been actually working on this this week, so that new bokeh's latex examples can be ported to bokehjs.

ashvin777 commented 3 years ago

Great thanks!

shimondoodkin commented 2 years ago

Bokeh.require("core/properties").use_theme(Bokeh.Themes.night_sky)

github-actions[bot] commented 2 weeks ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.