Skip to content

Commit

Permalink
Added a missing comma in the API example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Curry committed Nov 18, 2014
1 parent 346d4f1 commit b1ed3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

<pre><code class='javascript'>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,
Expand Down

0 comments on commit b1ed3fe

Please sign in to comment.