const annotation1 = {
type: 'box',
backgroundColor: 'rgba(255, 245, 157, 0.2)',
borderColor: 'rgb(255, 245, 157)',
borderWidth: 2,
click: ({element}) => select(element, 'rgba(255, 245, 157, 0.8)', 'rgba(255, 245, 157, 0.2)'),
label: {
display: true,
content: 'Yellow box annotation',
position: {
y: 'start'
},
font: {
size: 12
}
},
xMax: 'April',
xMin: 'February',
xScaleID: 'x',
yMax: 90,
yMin: 10,
yScaleID: 'y'
};