Add more columns to DPS graphs

This commit is contained in:
DarkPhoenix
2019-07-07 18:55:52 +03:00
parent 3bc3705c42
commit e2ae89f6b9
8 changed files with 162 additions and 121 deletions

View File

@@ -67,7 +67,8 @@ class FitDamageStatsGraph(FitGraph):
srcVectorDef = VectorDef(lengthHandle='atkSpeed', lengthUnit='%', angleHandle='atkAngle', angleUnit='degrees', label='Attacker')
tgtVectorDef = VectorDef(lengthHandle='tgtSpeed', lengthUnit='%', angleHandle='tgtAngle', angleUnit='degrees', label='Target')
hasTargets = True
srcExtraCols = ('Dps', 'Volley')
srcExtraCols = ('Dps', 'Volley', 'Speed', 'Radius')
tgtExtraCols = ('Speed', 'SigRadius', 'Radius')
# Calculation stuff
_normalizers = {