1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 01:22:19 +03:00

Also graph financials.

This commit is contained in:
Jonathan Harris 2015-06-27 15:55:20 +01:00
parent 3cc6a7f54f
commit b0b1dd5a9f

View File

@ -134,10 +134,22 @@ dataseries = [
'keys': [('Harmless', 'r0'), ('Mostly Harmless', 'r1'), ('Novice', 'r2'), ('Competent', 'r3'), ('Expert', 'r4'), ('Master', 'r5'), ('Dangerous', 'r6'), ('Deadly', 'r7'), ('Elite', 'r8'), ('Capital', 'rArray')],
},
{
'name': 'Vanish',
'prefix': ['stats', 'vanishCounters'],
'keys': ['amongPeers', 'inDanger', 'inDangerWithPeers', 'isNotDying', 'noPeers', 'notInDanger'],
'name': 'Balance',
'axes': ['qty', 'CR'],
'keys': [
('Current balance', ['commander', 'credits'], True),
('Spent on ships', ['stats', 'ship', 'spend', 'ships'], True),
('Spent on outfitting', ['stats', 'ship', 'spend', 'modules'], True),
('Spent on repairs', ['stats', 'ship', 'spend', 'repair'], True),
('Insurance claims', ['stats', 'ship', 'insurance', 'claims']),
('Total claim costs', ['stats', 'ship', 'insurance', 'value'], True),
],
},
# {
# 'name': 'Vanish',
# 'prefix': ['stats', 'vanishCounters'],
# 'keys': ['amongPeers', 'inDanger', 'inDangerWithPeers', 'isNotDying', 'noPeers', 'notInDanger'],
# },
]