var data = [${data}];
var options = {
lines: { show: true },
points: { show: true },
xaxis: { mode: "time", timeformat: "%y/%m/%d %H:%M" },
legend: { container: '#legendHolder' },
grid: {
markings: [
{ color: 'red', lineWidth: 1, xaxis: { from: ${al.dateRecieved.time}, to: ${al.dateRecieved.time} } }
{ color: 'red', lineWidth: 1, xaxis: { from: ${al.dateRecieved.time}, to: ${al.dateRecieved.time} } },
]
}
};
Legend:
Display actions: