summaryrefslogtreecommitdiff
path: root/www/lib/angular-google-chart/partials/generic.html
blob: ea7c37b94e6a8735c0df443218867a91774fdc61 (plain)
1
2
3
4
5
6
7
8
9
<h1>{{chartObject.type}}</h1>

<div>
    Onions: <input type="number" ng-model="onions[1].v" />
</div>

<div google-chart chart="chartObject" style="height:600px; width:100%;"></div>

<iframe src="partials/generic.js" style="width:90%; height: 600px; margin: 1%; border: 1px solid black;" frameborder="0"></iframe>