const annotation1 = {
type: 'line',
borderColor: 'green',
borderDash: [6, 6],
borderWidth: 3,
label: {
display: true,
backgroundColor: 'lightGreen',
borderRadius: 0,
color: 'green',
content: 'Project timeline'
},
arrowHeads: {
end: {
display: true,
fill: true,
borderDash: [],
borderColor: 'green'
}
},
xMax: 10.5,
xMin: 2.5,
xScaleID: 'x',
yMax: 110,
yMin: 110,
yScaleID: 'y'
};