Add todo for bars range reuse in interaction handler
parent
3ab91deaec
commit
8f1faf97ee
|
@ -939,6 +939,7 @@ class ChartView(ViewBox):
|
|||
if overlay:
|
||||
for pi in overlay.overlays:
|
||||
pi.vb._set_yrange(
|
||||
# TODO: get the range once up front...
|
||||
# bars_range=br,
|
||||
)
|
||||
profiler('autoscaled linked plots')
|
||||
|
|
Loading…
Reference in New Issue