const uniqueId = new Date().getTime();
const data = {
datasets: [{
backgroundColor: 'rgba(63, 184, 175, 0.3)',
borderColor: 'rgba(255, 0, 0, 0.0)',
pointRadius: 0,
tension: 0,
showLine: true,
fill: true,
data: [
{x: 0, y: 0},
{x: 50, y: 0},
{x: 50, y: 1},
{x: 100, y: 1}
]
}]
};