Rename `.ui._pathops.py` -> `.ui._formatters.py

epoch_index_backup
Tyler Goodlet 2022-11-30 18:48:04 -05:00
parent 95ee69c119
commit 4ca8e23b5b
3 changed files with 2 additions and 2 deletions

View File

@ -492,7 +492,7 @@ class ChartView(ViewBox):
chart = self.linked.chart
# don't zoom more then the min points setting
l, lbar, rbar, r = chart.get_viz(chart.name).bars_range()
out = l, lbar, rbar, r = chart.get_viz(chart.name).bars_range()
# vl = r - l
# if ev.delta() > 0 and vl <= _min_points_to_show:

View File

@ -37,7 +37,7 @@ from ..data._sharedmem import (
ShmArray,
)
from ..data.feed import Flume
from ..data._pathops import (
from ..data._formatters import (
IncrementalFormatter,
OHLCBarsFmtr, # Plain OHLC renderer
OHLCBarsAsCurveFmtr, # OHLC converted to line