mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Improved budget chart.
This commit is contained in:
@@ -37,11 +37,11 @@
|
||||
<div class="col">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
<h3 class="card-title"><a href="#" title="Something">recurring? rules? tags?</a></h3>
|
||||
<h3 class="card-title"><a href="#" title="Something">Income + sum</a></h3>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<p>
|
||||
TODO
|
||||
List of income + sum
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -10,6 +10,7 @@
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="row mb-2">
|
||||
<!--
|
||||
<template x-for="pie in group.payment_info">
|
||||
<div :class='group.col_size'>
|
||||
<canvas :id='"pie_" + group.id + "_" + pie.currency_code'
|
||||
@@ -17,6 +18,8 @@
|
||||
x-init="drawPieChart(group.id, group.title, pie)"></canvas>
|
||||
</div>
|
||||
</template>
|
||||
-->
|
||||
Here was chart.
|
||||
</div>
|
||||
<div class="row mb-2">
|
||||
<table class="table table-striped table-hover">
|
||||
|
Reference in New Issue
Block a user