]> ruin.nu Git - ndwebbie.git/blobdiff - root/src/graphs/index.tt2
Converted the graphs
[ndwebbie.git] / root / src / graphs / index.tt2
diff --git a/root/src/graphs/index.tt2 b/root/src/graphs/index.tt2
new file mode 100644 (file)
index 0000000..4e3fe02
--- /dev/null
@@ -0,0 +1,8 @@
+[% FILTER null;
+       USE g = GD.Graph.lines(width,height);
+
+       g.set(settings);
+       g.set_legend(legend);
+END;
+       g.plot(data).png;
+-%]