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
Arrow should change its length when updating its data via cds_arrow.data = dict(xS=[0], yS=[1], xE=[new], yE=[1]).
This worked in Bokeh version 1.0.2 (and Python 2.7).
Using cds_arrow.stream(dict(xS=[0], yS=[1], xE=[new], yE=[1]),rollover=1) the update works in both versions.
Complete, minimal, self-contained example code that reproduces the issue
software version info
Description of expected behavior and the observed behavior
Arrow should change its length when updating its data via
cds_arrow.data = dict(xS=[0], yS=[1], xE=[new], yE=[1])
.This worked in Bokeh version 1.0.2 (and Python 2.7).
Using
cds_arrow.stream(dict(xS=[0], yS=[1], xE=[new], yE=[1]),rollover=1)
the update works in both versions.Complete, minimal, self-contained example code that reproduces the issue
Screenshots or screencasts of the bug in action
When moving the upper slider, only the line updates.
Moving the lower slider, both update correctly.
The text was updated successfully, but these errors were encountered: