Skip to content

Commit

Permalink
fix(Highcharts plugin): fix tooltip hiding (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 authored Sep 25, 2024
1 parent f9fbae6 commit db66222
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ Highcharts.setOptions({
borderRadius: '0px',
borderWidth: 0,
useHTML: true,
hideDelay: 0,
// Non-zero delay fixes tooltip hiding (set top: -9999px)
hideDelay: 1,
animation: false,
shadow: false,
},
Expand Down

0 comments on commit db66222

Please sign in to comment.