From e3c45a5a98230b22b2f15c07401e6ac506eb2b7c Mon Sep 17 00:00:00 2001 From: David Schnur Date: Mon, 8 Apr 2013 08:31:36 -0300 Subject: [PATCH] Fixed missing comma in demo code. --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 29696a3..8d3fba9 100644 --- a/API.md +++ b/API.md @@ -610,7 +610,7 @@ this: ```js xaxis: { - mode: "time" + mode: "time", timeformat: "%Y/%m/%d" } ```