Rename `.ui._pathops.py` -> `.ui._formatters.py
parent
309ae240cf
commit
7ec21c7f3b
|
@ -494,7 +494,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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue