summaryrefslogtreecommitdiffstats
path: root/webapp/components/analytics/table_chart.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/analytics/table_chart.jsx')
-rw-r--r--webapp/components/analytics/table_chart.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/analytics/table_chart.jsx b/webapp/components/analytics/table_chart.jsx
index 408871cb7..5836e09a7 100644
--- a/webapp/components/analytics/table_chart.jsx
+++ b/webapp/components/analytics/table_chart.jsx
@@ -31,6 +31,7 @@ export default function TableChart(props) {
<tr key={'table-entry-' + item.name}>
<td>
<OverlayTrigger
+ trigger={['hover', 'focus']}
delayShow={Constants.OVERLAY_TIME_DELAY}
placement='top'
overlay={tooltip}