fix: make line graph tooltips work everywhere
This commit is contained in:
parent
05fe8bcaca
commit
9147847710
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ const CHART_OPTIONS = (theme: MantineTheme): ChartOptions => ({
|
|||
plugins: {
|
||||
tooltip: {
|
||||
enabled: true,
|
||||
intersect: false,
|
||||
},
|
||||
|
||||
datalabels: {
|
||||
|
|
Loading…
Reference in a new issue