fix: make line graph tooltips work everywhere

This commit is contained in:
diced 2022-10-08 21:24:05 -07:00
parent 05fe8bcaca
commit 9147847710
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1

View file

@ -17,6 +17,7 @@ const CHART_OPTIONS = (theme: MantineTheme): ChartOptions => ({
plugins: {
tooltip: {
enabled: true,
intersect: false,
},
datalabels: {