Removed shadows in vertical and horizontal lines.
This commit is contained in:
parent
b1c83a53aa
commit
e712c9fb6a
@ -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
|
||||
}}]
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user