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
Description of expected behavior and the observed behavior
As soon as you start to draw a polygon, and with every new vertex, a js error is thrown. Once polygons are drawn on the screen, the table highlighting does not work.
I've also noticed this with hv.Path and hv.Rectangles, but hv.Point works properly.
Complete, minimal, self-contained example code that reproduces the issue
Uncaught ReferenceError: i is not defined
at p.eval (eval at get func (lab:451), <anonymous>:20:12)
at i.execute (<anonymous>:451:469)
at p.<anonymous> (<anonymous>:337:1526)
at o.emit (<anonymous>:276:662)
at o.emit (<anonymous>:276:747)
at d._emit_cds_changes (<anonymous>:625:966)
at d._draw (<anonymous>:629:1189)
at d._doubletap (<anonymous>:629:1741)
at d.<anonymous> (<anonymous>:571:2920)
at d.<anonymous> (<anonymous>:333:438)
The text was updated successfully, but these errors were encountered:
Also, I'd like to be more helpful when reporting/debugging things like this, but I don't know any js. Would it be possible for you to quickly explain how to follow the js traceback back to the package code? Or is that something that can't be described concisely?
ALL software version info
bokeh 2.0.0
holoview 1.13.1
panel 0.9.3
Description of expected behavior and the observed behavior
As soon as you start to draw a polygon, and with every new vertex, a js error is thrown. Once polygons are drawn on the screen, the table highlighting does not work.
I've also noticed this with
hv.Path
andhv.Rectangles
, buthv.Point
works properly.Complete, minimal, self-contained example code that reproduces the issue
Stack traceback and/or browser JavaScript console output
The text was updated successfully, but these errors were encountered: