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,