change to col-auto everywhere, with some more forcing of width maximums to make the page more consistent, redid defaults to incorporate updated per fortnight lease cost, and updated inflation figure/notes/references. Updated default Living expenses to 84000 to match latest view of data, fixed up compare_to to now work, shows a graph of data to compare with, allows drop-down to be compare_to nothing or a saved set, only 1 hand saved for now. Annotations on graph for large changes in savings now work and are legible - had to allow overlap and do some overly complex left/right up/down offsetting to make them all sensible
This commit is contained in:
2
disp.py
2
disp.py
@@ -22,7 +22,7 @@ class FP_VAR(FP):
|
||||
dot-notation of fields
|
||||
"""
|
||||
|
||||
def __init__(self, label, varname, display='', cl='col-2', datevarname=''):
|
||||
def __init__(self, label, varname, display='', cl='col-auto', datevarname=''):
|
||||
### Var Attributes -- note, simple class, no methods ###
|
||||
self.label=label
|
||||
self.varname=varname
|
||||
|
||||
Reference in New Issue
Block a user