feat(wpcarro/slx): Match against all columns
With `MATCH_ALL` type. Change-Id: I2fe537c2b277a86be5c04a27da088f31fe7eb09e Reviewed-on: https://cl.tvl.fyi/c/depot/+/7817 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com>
This commit is contained in:
parent
0d4f3433de
commit
a9d866c775
2 changed files with 57 additions and 8 deletions
|
@ -59,10 +59,10 @@ new Chart(mount, {
|
|||
plugins: {
|
||||
tooltip: {
|
||||
callbacks: {
|
||||
title: function (x) {
|
||||
title: function(x) {
|
||||
return `$${x[0].raw.y}`;
|
||||
},
|
||||
label: function (x) {
|
||||
label: function(x) {
|
||||
return JSON.stringify(x.raw.metadata);
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue