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
1 changed files with 4 additions and 2 deletions

View File

@ -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
}}]
}
});