just made graph taller for now, might one day make it smaller or larger depending on whether we are comparing or not?

This commit is contained in:
2025-09-11 17:50:54 +10:00
parent 2bd39ab24c
commit b69ec82510

View File

@@ -152,7 +152,7 @@
</div> </div>
</div> </div>
</form> </form>
<div class="row mt-4 highcharts-dark" id="container" style="width:100%; height:400px;"></div> <div class="row mt-4 highcharts-dark" id="container" style="width:100%; height:800px;"></div>
<script type="text/javascript"> <script type="text/javascript">
// make these global so we can also use them in the /save route (via modal) // make these global so we can also use them in the /save route (via modal)
const savingsData = JSON.parse('{{ savings | tojson }}'); const savingsData = JSON.parse('{{ savings | tojson }}');