]> ruin.nu Git - ndwebbie.git/blob - root/src/graphs/index.tt2
Converted the graphs
[ndwebbie.git] / root / src / graphs / index.tt2
1 [% FILTER null;
2         USE g = GD.Graph.lines(width,height);
3
4         g.set(settings);
5         g.set_legend(legend);
6 END;
7         g.plot(data).png;
8 -%]