mirror of
https://github.com/pi-hole/web.git
synced 2026-04-23 02:09:58 +01:00
Same for the long term graph
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -236,12 +236,15 @@ $(function () {
|
||||
},
|
||||
options: {
|
||||
responsive: true,
|
||||
interaction: {
|
||||
mode: 'nearest',
|
||||
axis: 'x',
|
||||
},
|
||||
plugins: {
|
||||
tooltip: {
|
||||
enabled: true,
|
||||
yAlign: "bottom",
|
||||
intersect: false,
|
||||
mode: "x",
|
||||
itemSort: function (a, b) {
|
||||
return b.datasetIndex - a.datasetIndex;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user