Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Spyna committed Aug 30, 2018
2 parents fc1746b + 16c0804 commit 8ee3f84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/components/radar.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const caption = options => col => (
y={polarToY(col.angle, (options.size / 2) * 0.95).toFixed(4)}
dy={(options.captionProps(col).fontSize || 10) / 2}
{...options.captionProps(col)}
className="caption"
>
{col.caption}
</text>
Expand Down

0 comments on commit 8ee3f84

Please sign in to comment.