Reference for all BokehJS charts / widgets

Hi,
Except BokehJS — Bokeh 3.3.2 Documentation that I already read, is there a reference documentation that shows how to do various charts with BokehJS only and no Python?
Example:

Just a single HTML + JS page, as example, would be enough.

Thanks!

PS: in the BokehJS doc, low-level-models paragraph, there is:

For a complete list of JavaScript models, see bokehjs/src/lib/api/models.ts.

but the latter file is nearly empty.

@stamljf Every Bokeh Python model has a corresponding BokehJS with the exact same properties (this is strictly maintained under continuous testing). So to first-order, the Python reference guide provides all the same information that a JS reference would provide:

As you have seen BokehJS has not gotten as much attention / promotion as has the “main” Python API for Bokeh. I’d very much love to see BokehJS reach a higher level of development as a standalone JS library, but it will probably require some JS devs to become interested in helping to develop and maintain BokehJS, create new example and docs, etc. If that sounds like you, please consider getting involved!

Thanks for your answer!

in the BokehJS doc, low-level-models paragraph, there is : For a complete list of JavaScript models, see bokehjs/src/lib/api/models.ts, but this file is nearly empty, do you know in which file the content has been moved?

@stamljf That file points at this file:

which exports every thing under the lib/models/ directory.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.