Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
fix: Remove distance prop in chart tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
diondiondion committed Aug 20, 2019
1 parent 0ab10dd commit 63780e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/charts/SimpleChart/ChartTooltips.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ function ChartTooltips({
<PopOver
isOpen={hoveredPoint === index}
placement="top"
distance={8}
content={readOut}
renderer={tooltipRenderer}
>
Expand Down

0 comments on commit 63780e6

Please sign in to comment.