ledgerrb/public/app/js/main/templates/balance.tpl.html
2014-07-30 20:48:32 +02:00

25 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>