refined label positions, and tweaked current ME balance
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>Savings (<a href='https://online.macquarie.com.au/personal/#/login'>Macquarie</a>
|
<li>Savings (<a href='https://online.macquarie.com.au/personal/#/login'>Macquarie</a>
|
||||||
+<a href='https://ib.mebank.com.au/authR5/ib/login.jsp'>ME bank</a>
|
+<a href='https://ib.mebank.com.au/authR5/ib/login.jsp'>ME bank</a>
|
||||||
+<a href='https://ib.nab.com.au/login'>NAB</a>) -- noting ME bank is: $1000</li>
|
+<a href='https://ib.nab.com.au/login'>NAB</a>) -- noting ME bank is: $934.07</li>
|
||||||
<li><a href='https://www.google.com/search?q=asx+tls'>TLS</a>/<a href='https://www.google.com/search?q=asx+cba'>CBA</a> prices</li>
|
<li><a href='https://www.google.com/search?q=asx+tls'>TLS</a>/<a href='https://www.google.com/search?q=asx+cba'>CBA</a> prices</li>
|
||||||
<li>Macq <a href='https://www.macquarie.com.au/everyday-banking/savings-account.html'>Interest rate</a></li>
|
<li>Macq <a href='https://www.macquarie.com.au/everyday-banking/savings-account.html'>Interest rate</a></li>
|
||||||
<li><a href='https://deakinpeople.deakin.edu.au/psc/HCMP/EMPLOYEE/HRMS/c/NUI_FRAMEWORK.PT_AGSTARTPAGE_NUI.GBL?CONTEXTIDPARAMS=TEMPLATE_ID%3aPTPPNAVCOL&scname=ADMN_LEAVE&PTPPB_GROUPLET_ID=DU_LEAVE&CRefName=ADMN_NAVCOLL_3'>D_leave_owed_in_days</a> by: {{key_dates['D_quit_date']}}</li>
|
<li><a href='https://deakinpeople.deakin.edu.au/psc/HCMP/EMPLOYEE/HRMS/c/NUI_FRAMEWORK.PT_AGSTARTPAGE_NUI.GBL?CONTEXTIDPARAMS=TEMPLATE_ID%3aPTPPNAVCOL&scname=ADMN_LEAVE&PTPPB_GROUPLET_ID=DU_LEAVE&CRefName=ADMN_NAVCOLL_3'>D_leave_owed_in_days</a> by: {{key_dates['D_quit_date']}}</li>
|
||||||
@@ -326,17 +326,18 @@
|
|||||||
offset_y = -25
|
offset_y = -25
|
||||||
{% if a['y'] > 400000 %}
|
{% if a['y'] > 400000 %}
|
||||||
offset_x = -80 -30*(6-how_many_up)
|
offset_x = -80 -30*(6-how_many_up)
|
||||||
console.log('do the hack')
|
|
||||||
{% else %}
|
{% else %}
|
||||||
offset_x = -50 -10*how_many_up
|
offset_x = -50 -10*how_many_up
|
||||||
console.log('not hack')
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
if( how_many_up > 3 )
|
if( how_many_up > 3 )
|
||||||
how_many_up=0
|
how_many_up=0
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if a['y'] < 210000 %}
|
{% if a['y'] < 250000 %}
|
||||||
offset_y -= 300
|
offset_y -= 350
|
||||||
|
{% endif %}
|
||||||
|
{% if a['y'] < 250000 and a['y'] > 200000 %}
|
||||||
|
offset_x += 100
|
||||||
{% endif %}
|
{% endif %}
|
||||||
annotations.push({
|
annotations.push({
|
||||||
labels: [{
|
labels: [{
|
||||||
|
|||||||
Reference in New Issue
Block a user