Add more columns to DPS graphs
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user