summaryrefslogtreecommitdiff
path: root/www/lib/angular-google-chart/partials/annotation.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/angular-google-chart/partials/annotation.html')
-rw-r--r--www/lib/angular-google-chart/partials/annotation.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/lib/angular-google-chart/partials/annotation.html b/www/lib/angular-google-chart/partials/annotation.html
new file mode 100644
index 00000000..d2a2700f
--- /dev/null
+++ b/www/lib/angular-google-chart/partials/annotation.html
@@ -0,0 +1,9 @@
+<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>