You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when hover a line, the follow exception raised in devtool console:
7VM425 bokeh-2.2.1.js:40248 Uncaught TypeError: Cannot read property '0' of undefined
at HoverToolView._update (VM425 bokeh-2.2.1.js:40248)
at HoverToolView.new_slot (VM425 bokeh-2.2.1.js:7546)
at Signal.emit (VM425 bokeh-2.2.1.js:2699)
at SelectionManager.inspect (VM425 bokeh-2.2.1.js:10912)
at HoverToolView._inspect (VM425 bokeh-2.2.1.js:40164)
at HoverToolView._move (VM425 bokeh-2.2.1.js:40149)
at HoverToolView.<anonymous> (VM425 bokeh-2.2.1.js:34754)
at HoverToolView.new_slot (VM425 bokeh-2.2.1.js:7546)
at Signal.emit (VM425 bokeh-2.2.1.js:2699)
at UIEvents.trigger (VM425 bokeh-2.2.1.js:34925)
bokeh 2.2.1
test code
when hover a line, the follow exception raised in devtool console:
Here is the code that raise the exception:
Here is some debug information in the console.
The text was updated successfully, but these errors were encountered: