Skip to content

Commit

Permalink
Fix Threshold tooltip example
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Apr 21, 2024
1 parent 3663027 commit a959003
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
yDomain={[0, null]}
yNice
padding={{ left: 16, bottom: 24 }}
tooltip={{ findTooltipData: 'left' }}
tooltip={{ mode: 'bisect-x', findTooltipData: 'left' }}
>
<Svg>
<Axis placement="left" grid rule />
Expand Down

0 comments on commit a959003

Please sign in to comment.