Added option for other charts (chartJS currently).

This commit is contained in:
James Cole
2015-06-27 12:21:04 +02:00
parent f6b1ec27e5
commit c581080f3f
5 changed files with 60 additions and 5 deletions

View File

@@ -77,8 +77,7 @@
<script type="text/javascript">
var year = '{{start.year}}';
var shared = {% if shared %}'/shared'
{% else %}''{% endif %};
var shared = {% if shared %}'/shared'{% else %}''{% endif %};
var incomeTopLength = {{ incomeTopLength }};
var expenseTopLength = {{ expenseTopLength }};
var incomeRestShow = false; // starts hidden.