From 9875f505e8b53f13fbad9c88fed163c03aeb583b Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Wed, 6 Oct 2021 11:33:56 +0100 Subject: [PATCH] Remove x axis tooltip on graphs --- src/LineChart.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/LineChart.js b/src/LineChart.js index 2813b02..8eddb80 100644 --- a/src/LineChart.js +++ b/src/LineChart.js @@ -5,6 +5,9 @@ export default function LineChart (props) { const options = { xaxis: { type: "datetime", + tooltip: { + enabled: false, + }, }, yaxis: { min: 0,