Drop weird chart type enum

its_happening
Tyler Goodlet 2020-08-19 07:52:17 -04:00
parent 20250961a6
commit f4dddecf17
1 changed files with 0 additions and 8 deletions

View File

@ -370,11 +370,3 @@ class BarItems(pg.GraphicsObject):
# p.setBrush(self.bear_brush)
# p.drawRects(*rects[Quotes.close < Quotes.open])
class ChartType(Enum):
"""Bar type to graphics class map.
"""
BAR = BarItems
# CANDLESTICK = CandlestickItems
LINE = pg.PlotDataItem