Add shield recharge graph

This commit is contained in:
DarkPhoenix
2019-05-12 14:32:57 +03:00
parent d9535b08b1
commit ac132cbb92
5 changed files with 160 additions and 13 deletions

View File

@@ -34,10 +34,10 @@ class Graph(object):
def getIcons(self):
return None
@property
def redrawOnEffectiveChange(self):
return False
# noinspection PyUnresolvedReferences
from gui.builtinGraphs import (
fitDpsRange, # noqa: E402, F401
fitDpsTime, # noqa: E402, F401
fitDmgTime, # noqa: E402, F401
)
from gui.builtinGraphs import *