X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;ds=inline;f=root%2Fsrc%2Fgraphs%2Findex.tt2;fp=root%2Fsrc%2Fgraphs%2Findex.tt2;h=4e3fe02b2515599c9d0f7fb275d5f838e51d64c8;hb=c63c494456566d34013d9c97993ffcb9dcbd771d;hp=0000000000000000000000000000000000000000;hpb=13e3df1e4218c19325ef732a4a2cb2b7db79a69c;p=ndwebbie.git diff --git a/root/src/graphs/index.tt2 b/root/src/graphs/index.tt2 new file mode 100644 index 0000000..4e3fe02 --- /dev/null +++ b/root/src/graphs/index.tt2 @@ -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; +-%]