mozilla / looker-ci-line-chart

Mozilla Public License 2.0
1 stars 4 forks source link

Unexpected `|FIELD|` separators when using `allow_multiple_values: true` filters #55

Open ncalexan opened 1 year ago

ncalexan commented 1 year ago

When using type: "ci-line-chart" I see labels that don't appear to accommodate multiple values smoothly, like:

image

With type: looker_line, I see:

image
ncalexan commented 1 year ago

I hypothesize that https://github.com/mozilla/looker-ci-line-chart/blob/43cfe2bedcdf19647175e5df978cebfdbe041b81/src/ci-line-chart.js#L371 is not handling multiple values smoothly.