From e712c9fb6a37bd47124db8e8775bf3993b779d44 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 13 Jan 2013 01:17:45 +0100 Subject: [PATCH] Removed shadows in vertical and horizontal lines. --- src/html/js/entries.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/html/js/entries.js b/src/html/js/entries.js index c8df74d..e190009 100644 --- a/src/html/js/entries.js +++ b/src/html/js/entries.js @@ -414,13 +414,15 @@ drawChart = function(entries, element) { name: "zero", y: 0, lineWidth: 1, - color: "red" + color: "red", + shadow: false }}, { dashedVerticalLine: { name: "today", x: new Date(), lineWidth: 1, - color: "gray" + color: "gray", + shadow: false }}] } });