angular-google-chart
Version:
Google Chart Tools AngularJS Directive Module
10 lines (6 loc) • 331 B
HTML
<h1>Annotation Chart</h1>
<div>
Some value to change: <input type="number" ng-model="secondRow[1].v" />
</div>
<div google-chart chart="chartObject" style="height:600px; width:100%;"></div>
<iframe src="partials/annotation.js" style="width:90%; height: 600px; margin: 1%; border: 1px solid black;" frameborder="0"></iframe>