Can the Crosshair tool trigger hover points?

I was wondering whether anyone can tell me whether the crosshair tool is capable of triggering hover overs on multiple lines as in the highcharts example at
Ajax loaded data, clickable points | Highcharts.com .

regards

Ed

The crosshair tool and hover tools are separate, and can be used independently of one another, or in combination. The Crosshair tool just draws a crosshair, and nothing else. The hover tool shows the tooltips, and can definitely work on multiple lines. See, e.g.,

https://github.com/bokeh/bokeh/blob/master/examples/charts/file/hover_span.py

Bryan

···

On Aug 27, 2015, at 6:58 AM, Ed Oxenham <[email protected]> wrote:

I was wondering whether anyone can tell me whether the crosshair tool is capable of triggering hover overs on multiple lines as in the highcharts example at
Highcharts Demos and Examples | Highcharts .

regards

Ed

--
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/8f17d291-f5e3-452b-8c52-81fd6aedfdaa%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Brian thanks that example gave me everything I needed.

I thought I had looked at all the examples but I definitely missed that one.

···

On 27 Aug 2015 09:52, “Bryan Van de Ven” [email protected] wrote:

The crosshair tool and hover tools are separate, and can be used independently of one another, or in combination. The Crosshair tool just draws a crosshair, and nothing else. The hover tool shows the tooltips, and can definitely work on multiple lines. See, e.g.,

https://github.com/bokeh/bokeh/blob/master/examples/charts/file/hover_span.py

Bryan

On Aug 27, 2015, at 6:58 AM, Ed Oxenham [email protected] wrote:

I was wondering whether anyone can tell me whether the crosshair tool is capable of triggering hover overs on multiple lines as in the highcharts example at

http://www.highcharts.com/demo/line-ajax .

regards

Ed

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/8f17d291-f5e3-452b-8c52-81fd6aedfdaa%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

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/1D036432-0C01-4B88-B67E-32134A45A1D9%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

Ed I agree with you the highcharts crosshair tool is a bit more useful.

···

On Thursday, August 27, 2015 at 12:53:43 PM UTC+1, Ed Oxenham wrote:

Brian thanks that example gave me everything I needed.

I thought I had looked at all the examples but I definitely missed that one.

On 27 Aug 2015 09:52, “Bryan Van de Ven” [email protected] wrote:

The crosshair tool and hover tools are separate, and can be used independently of one another, or in combination. The Crosshair tool just draws a crosshair, and nothing else. The hover tool shows the tooltips, and can definitely work on multiple lines. See, e.g.,

https://github.com/bokeh/bokeh/blob/master/examples/charts/file/hover_span.py

Bryan

On Aug 27, 2015, at 6:58 AM, Ed Oxenham [email protected] wrote:

I was wondering whether anyone can tell me whether the crosshair tool is capable of triggering hover overs on multiple lines as in the highcharts example at

http://www.highcharts.com/demo/line-ajax .

regards

Ed

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/8f17d291-f5e3-452b-8c52-81fd6aedfdaa%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

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/1D036432-0C01-4B88-B67E-32134A45A1D9%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

A (welcome) constructive criticism would include a comparison, or concrete suggestions for improvements that could be made.

Bryan

···

On Aug 27, 2015, at 2:30 PM, FANG Colin <[email protected]> wrote:

Ed I agree with you the highcharts crosshair tool is a bit more useful.