Add damage over time graph

This commit is contained in:
DarkPhoenix
2019-05-10 03:18:25 +03:00
parent 775e69305c
commit 2ca418c287
5 changed files with 129 additions and 2 deletions

View File

@@ -39,4 +39,5 @@ class Graph(object):
from gui.builtinGraphs import (
fitDpsRange, # noqa: E402, F401
fitDpsTime, # noqa: E402, F401
fitDmgTime, # noqa: E402, F401
)