mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-09 05:24:12 +01:00
17 lines
407 B
HTML
17 lines
407 B
HTML
|
|
||
|
<h1>Pie Chart 1</h1>
|
||
|
<nvd3-pie-chart
|
||
|
data="exampleData"
|
||
|
width="200"
|
||
|
height="200"
|
||
|
margin="{left:10,top:10,bottom:10,right:10}"
|
||
|
id="exampleId"
|
||
|
x="xFunction()"
|
||
|
y="yFunction()"
|
||
|
showLabels="true"
|
||
|
pieLabelsOutside="false"
|
||
|
showValues="true"
|
||
|
labelType="percent">
|
||
|
<svg style="height:300;width:300"></svg>
|
||
|
</nvd3-pie-chart>
|