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:
William Carroll 2023-01-12 16:38:42 -08:00 committed by wpcarro
parent 0d4f3433de
commit a9d866c775
2 changed files with 57 additions and 8 deletions

View file

@ -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);
},
},