Open ncalexan opened 1 year ago
When using type: "ci-line-chart" I see labels that don't appear to accommodate multiple values smoothly, like:
type: "ci-line-chart"
With type: looker_line, I see:
type: looker_line
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.
When using
type: "ci-line-chart"
I see labels that don't appear to accommodate multiple values smoothly, like:With
type: looker_line
, I see: