const annotation ={type:'label',backgroundColor:'rgba(245, 245, 245)',callout:{display:true,borderColor:(ctx)=> ctx.chart.data.datasets[0].borderColor
},content:(ctx)=>'Maximum value is '+maxValue(ctx).toFixed(2),font:{size:16},position:{x:(ctx)=>maxIndex(ctx)<=3?'start':maxIndex(ctx)>=10?'end':'center',y:'center'},xAdjust:(ctx)=>maxIndex(ctx)<=3?60:maxIndex(ctx)>=10?-60:0,xValue:(ctx)=>maxLabel(ctx),yAdjust:-60,yValue:(ctx)=>maxValue(ctx)};