Merge pull request #6 from waku-org/reliability

Fix: tooltip shows multiple labels
This commit is contained in:
kaichao 2025-03-03 14:27:36 +08:00 committed by GitHub
commit 6012bc6bfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -181,7 +181,7 @@
},
"tooltip": {
"hideZeros": false,
"mode": "single",
"mode": "multi",
"sort": "none"
}
},
@ -579,7 +579,7 @@
},
"tooltip": {
"hideZeros": false,
"mode": "single",
"mode": "multi",
"sort": "none"
}
},
@ -986,7 +986,7 @@
},
"tooltip": {
"hideZeros": false,
"mode": "single",
"mode": "multi",
"sort": "none"
}
},