mirror of
https://github.com/pi-hole/web.git
synced 2026-05-02 06:32:49 +01:00
Change tooltip mode for overtime graphs from index to x and set intersect to false
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -240,7 +240,8 @@ $(function () {
|
||||
tooltip: {
|
||||
enabled: true,
|
||||
yAlign: "bottom",
|
||||
mode: "index",
|
||||
intersect: false,
|
||||
mode: "x",
|
||||
itemSort: function (a, b) {
|
||||
return b.datasetIndex - a.datasetIndex;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user