ledgerrb/public/app/bower_components/angularjs-nvd3-directives/examples/issue.133.t1.html
2014-07-31 18:00:20 +02:00

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