From: Robert Konigsberg Date: Sun, 15 Jan 2012 16:47:25 +0000 (-0500) Subject: Rename and retitle plotter. X-Git-Tag: v1.0.0~320^2~17 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=d0d1f76beeadb9f41d0194cf689ea93c4987a565;p=dygraphs.git Rename and retitle plotter. --- 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(); } });