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:
2025-02-13 17:12:02 +11:00
parent 3cf1f1d4de
commit 14de3f1790
5 changed files with 148 additions and 128 deletions

View File

@@ -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