From 551aa865d41b0f039f33bdf5c7d9a92ee247eac6 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Tue, 1 Dec 2009 09:12:47 -0800 Subject: [PATCH 1/1] update demo colors --- tests/demo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/demo.html b/tests/demo.html index 1fa66fd..ba96531 100644 --- a/tests/demo.html +++ b/tests/demo.html @@ -39,7 +39,7 @@ labelsDiv: document.getElementById('status'), labelsSeparateLines: true, labelsKMB: true, - colors: ["hsl(180,60,50)", + colors: ["rgb(51,204,204)", "rgb(255,100,100)", "#00DD55", "rgba(50,50,200,0.4)"], -- 2.7.4