const annotation2 = {
type: 'point',
backgroundColor: 'rgba(245, 245, 245, 0.5)',
borderColor: 'red',
borderShadowColor: 'gray',
borderWidth: 5,
pointStyle: 'triangle',
radius: 25,
scaleID: 'y',
shadowBlur: 3,
shadowOffsetX: 3,
shadowOffsetY: 10,
xValue: (ctx) => value(ctx, 1, 4, 'x'),
yValue: (ctx) => value(ctx, 1, 4, 'y')
};