Skip to content

Commit

Permalink
Remove DateAxisItem custom implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
xoriole committed Jul 2, 2021
1 parent d3dbf1d commit 9e117b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 249 deletions.
248 changes: 0 additions & 248 deletions src/tribler-gui/tribler_gui/widgets/graphs/DateAxisItem.py

This file was deleted.

3 changes: 2 additions & 1 deletion src/tribler-gui/tribler_gui/widgets/graphs/timeseriesplot.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import time

import pyqtgraph as pg
from pyqtgraph import DateAxisItem
from pyqtgraph.graphicsItems.DateAxisItem import YEAR_SPACING

from tribler_gui.defs import BITTORRENT_BIRTHDAY
from tribler_gui.widgets.graphs.DateAxisItem import DateAxisItem, YEAR_SPACING


class TimeSeriesPlot(pg.PlotWidget):
Expand Down

0 comments on commit 9e117b0

Please sign in to comment.