const annotation1 = {
type: 'polygon',
backgroundColor: 'white',
backgroundShadowColor: 'black',
borderColor: 'red',
borderJoinStyle: 'round',
borderWidth: 7,
radius: 40,
rotation: 180,
shadowBlur: 3,
shadowOffsetX: 3,
shadowOffsetY: 10,
xValue: (ctx) => value(ctx, 0, 2, 'x'),
yValue: (ctx) => value(ctx, 0, 2, 'y')
};