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",
|
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
|
||||||
}}]
|
}}]
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user