Add todo for bars range reuse in interaction handler

incremental_update_paths
Tyler Goodlet 2022-05-31 12:46:50 -04:00
parent 3ab91deaec
commit 8f1faf97ee
1 changed files with 1 additions and 0 deletions

View File

@ -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')