We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90bb05a + a0860da commit 16c0804Copy full SHA for 16c0804
src/lib/components/radar.js
@@ -69,7 +69,6 @@ const caption = options => col => (
69
y={polarToY(col.angle, (options.size / 2) * 0.95).toFixed(4)}
70
dy={(options.captionProps(col).fontSize || 10) / 2}
71
{...options.captionProps(col)}
72
- className="caption"
73
>
74
{col.caption}
75
</text>
0 commit comments