From b1ed3fec7551ea18829f1db722d4c4eca46b325c Mon Sep 17 00:00:00 2001 From: Liam Curry Date: Tue, 18 Nov 2014 15:39:45 -0700 Subject: [PATCH] Added a missing comma in the API example. --- index.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.htm b/index.htm index 6936a42488..3eefac63ba 100644 --- a/index.htm +++ b/index.htm @@ -80,7 +80,7 @@
data_graphic({
     title: "Downloads",
-    description: "This graphic shows a time-series of downloads."
+    description: "This graphic shows a time-series of downloads.",
     data: [{'date':new Date('2014-11-01'),'value':12},
            {'date':new Date('2014-11-02'),'value':18}],
     width: 600,