mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-10 05:24:24 +01:00
26 lines
423 B
HTML
26 lines
423 B
HTML
|
<p>Balance</p>
|
||
|
<nvd3-pie-chart
|
||
|
data="balance.expenses"
|
||
|
x="xFunction()"
|
||
|
y="yFunction()"
|
||
|
id="ExpensesPie"
|
||
|
width="550"
|
||
|
height="350"
|
||
|
showLabels="true"
|
||
|
tooltips="true">
|
||
|
<svg></svg>
|
||
|
</nvd3-pie-chart>
|
||
|
|
||
|
|
||
|
<nvd3-pie-chart
|
||
|
data="balance.income"
|
||
|
x="xFunction()"
|
||
|
y="yFunction()"
|
||
|
id="incomePie"
|
||
|
width="550"
|
||
|
height="350"
|
||
|
showLabels="true"
|
||
|
tooltips="true">
|
||
|
<svg></svg>
|
||
|
</nvd3-pie-chart>
|