Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Stacked Bar chart handles FACET cases #71

Open
JuliaNocera opened this issue Jun 25, 2021 · 0 comments
Open

Stacked Bar chart handles FACET cases #71

JuliaNocera opened this issue Jun 25, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@JuliaNocera
Copy link
Contributor

JuliaNocera commented Jun 25, 2021

Could we handle FACET cases() in our Stacked Bar Chart? Right now, running this query results in a single stack and doesn't allow for filtering out the 'Other' category because the visualization sees only one FACET returned in the metadata.groups property on the NRQL data response.

Example query: FROM Transaction SELECT count(*) FACET cases(WHERE duration <1, WHERE duration >1)

Summary

This requests comes from Gaia Flor Ludovico because running the visualization with the following query FROM Transaction SELECT count(*) FACET cases(WHERE duration <1, WHERE duration >1) "works" but doesn't allow filtering out 'Other' because we only get a single facet type in metadata.groups.

Desired Behavior

Will need some discovery to determine how to best display FACET cases().

@JuliaNocera JuliaNocera added the enhancement New feature or request label Jun 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant