Skip to content

Commit

Permalink
close #98. resolve issue with hover tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
aetaric committed Oct 9, 2024
1 parent b66daec commit dc900ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webserver/src/components/Stats.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ export default function Stats() {
})
}

ChartJS.register(ArcElement, Tooltip, Legend, CategoryScale, LinearScale, PointElement, LineElement, Title);

useEffect(() => {
fetchData();
const interval = setInterval(fetchData, 10000);
Expand Down

0 comments on commit dc900ec

Please sign in to comment.