const annotation2 = {
type: 'point',
backgroundColor: 'rgba(0, 150, 0, 0.2)',
borderColor: 'rgba(0, 150, 0)',
borderRadius: 4,
borderWidth: 1,
init: () => ({centerY: 0}),
radius: 40,
xMax: 2.5,
xMin: 0.5,
yMax: 30,
yMin: 10
};
const labelAnnotation2 = {
type: 'label',
init: () => ({y: 0, y2: 0, width: 0, height: 0}),
content: 'Flyin from top',
xMax: 2.5,
xMin: 0.5,
yMax: 30,
yMin: 10
};