如何在 ReactJS recharts 中创建一个空圆圈?

How to create an empty circle in ReactJS recharts?

是否可以在 ReactJS 中创建一个空圆(仅带边框)recharts 散点图?

我能够做到:

<Scatter
name="name" data={dataWithOnlyOnePoint}
fill="transparent" stroke="cyan"
>
</Scatter>