Removed shadows in vertical and horizontal lines.

This commit is contained in:
Alexis Lahouze 2013-01-13 01:17:45 +01:00
parent b1c83a53aa
commit e712c9fb6a

View File

@ -414,13 +414,15 @@ drawChart = function(entries, element) {
name: "zero", name: "zero",
y: 0, y: 0,
lineWidth: 1, lineWidth: 1,
color: "red" color: "red",
shadow: false
}}, }},
{ dashedVerticalLine: { { dashedVerticalLine: {
name: "today", name: "today",
x: new Date(), x: new Date(),
lineWidth: 1, lineWidth: 1,
color: "gray" color: "gray",
shadow: false
}}] }}]
} }
}); });