Skip to content
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

BokehJS standalone: chart interaction example #8437

Open
tavinashb opened this issue Nov 15, 2018 · 1 comment
Open

BokehJS standalone: chart interaction example #8437

tavinashb opened this issue Nov 15, 2018 · 1 comment

Comments

@tavinashb
Copy link

tavinashb commented Nov 15, 2018

I am trying to implement interactive chart using BokehJS standalone JS version 1.0.0

I am facing following issues -

  • Not able to find any example or official documentation regarding the same

  • How to bind JavaScript function directly instead of using
    Bokeh.CustomJS({args:{"plot":plot},code: ""})

@mattpap
Copy link
Contributor

mattpap commented Nov 15, 2018

Not able to find any example or official documentation regarding the same

Documentation for bokehjs is pretty sparse at this point. Although bokeh hit 1.0 milestone recently, this doesn't apply to bokehjs, which we will consider stable (and hopefully reasonably documented) at 2.0.

How to bind JavaScript function directly instead of using Bokeh.CustomJS (...)

Sometimes it's possible to just use a plain JS function instead of CustomJS, but this depends on a use case and isn't consistent across the API. This situation will be partially improved in PR #8085.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants