Skip to content

Commit 8ee3f84

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents fc1746b + 16c0804 commit 8ee3f84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/components/radar.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ const caption = options => col => (
6969
y={polarToY(col.angle, (options.size / 2) * 0.95).toFixed(4)}
7070
dy={(options.captionProps(col).fontSize || 10) / 2}
7171
{...options.captionProps(col)}
72-
className="caption"
7372
>
7473
{col.caption}
7574
</text>

0 commit comments

Comments
 (0)