X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=gallery%2Fplotter.js;h=7a60aba87c56560f6ca6c8cd11375152e222ac18;hb=abfadf4c33d50d5b8f0ec97ea94c2ff60e6db38a;hp=14283c7351ac3ff21181c096ac6d1696b725f8fc;hpb=c1f22b5a5d4ffbf25a75fc567232e65381c1938b;p=dygraphs.git diff --git a/gallery/plotter.js b/gallery/plotter.js index 14283c7..7a60aba 100644 --- a/gallery/plotter.js +++ b/gallery/plotter.js @@ -2,8 +2,8 @@ Gallery.register( 'plotter', { - name: 'Plotter', - title: 'title', + name: 'Function Plotter', + title: 'Define your data with functions', setup: function(parent) { parent.innerHTML = "

Equation:
\n" + @@ -71,5 +71,6 @@ Gallery.register( g = new Dygraph(graph, data); } + window.plot(); } });