score:2

change the position from center to top

<referenceline type="monotone" y={props.data.avgall} fill="violett" stroke="#8884d8">
   <label content={<averagecircle/>} position={"top"}/>
</referenceline>

you can refer to the documentation here


Related Query

More Query from same tag