Linked Brushing in Charts

Is it possible to create linked brushing when using the high level charts interface?
I cannot find any examples of this anywhere.

If you need linked brushing I would recommend sticking with the bokeh.plotting API. Linked brushing requires the sharing of ColumnDataSources. With bokeh.charts the creation and configuration is much more "hidden" from the end user, and may not have a direct relation to the original data (i.e. it may necessarily be transformed data of some sort). Accordingly, it's harder to set up linked brushing between high level charts.

Bryan

ยทยทยท

On Mar 13, 2017, at 08:49, [email protected] wrote:

Is it possible to create linked brushing when using the high level charts interface?
I cannot find any examples of this anywhere.

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/9b235232-a77d-4075-b7ef-babd57d245c4%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.