Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to exclude specific data from the widget display #6828

Open
nino-filigran opened this issue Apr 26, 2024 · 0 comments
Open

Ability to exclude specific data from the widget display #6828

nino-filigran opened this issue Apr 26, 2024 · 0 comments
Labels
feature use for describing a new feature to develop

Comments

@nino-filigran
Copy link

Use case

If a user needs for instance, to see the evolution of entities created, having a label starting with a specific chain of characters, if the amount of different labels is different than 5, this use case cannot be achieved for different reasons:

  • lines, bars, area are limited to up to 5 data sets
  • if user selects all labels starting with these characters in a single dataset, they'll be in column, without any breakdown per label (if breakdown per label would be possible, potentially some unwanted labels would be displayed, given that a label is often not alone)
  • using a distribution list does not showcase an evolution but could be already a first step, however the labels displayed are not necessary the ones in the query, but the ones being used in conjonction with the ones in the query (we cannot restrict what we want to display to only the one in the query)

For more context, see this conversation on slack: https://filigran-community.slack.com/archives/C06CETVDJ5R/p1714143878458979

Current Workaround

  • number visualisation per label: work fine, however it does not represent an evolution, only a number.
  • create X amount of lines/area/vertical bars (X being equal to amount of label/5): 5 being the amount of data sets allowed for these widgets

Proposed Solution

Several solutions are possible:

  1. Increase the amount of datasets per lines/area/vertical bars (drawback: might cause issues if all the query are complex but potentially the easiest solution)
  2. Introduce the operator "starts with" on labels & allow users on widgets visualisation to "breakdown per values found" (most elegant solution, however technically might be challenging)
  3. Introduce the ability, if multiple values are selected in the filters section, to breakdown for each of the values contained in the query (middle ground solution, that would still potentially complex to achieve)

Additional Information

If the feature request is approved, would you be willing to submit a PR?

Yes / No (Help can be provided if you need assistance submitting a PR)

@nino-filigran nino-filigran added feature use for describing a new feature to develop needs triage use to identify issue needing triage from Filigran Product team and removed needs triage use to identify issue needing triage from Filigran Product team labels Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature use for describing a new feature to develop
Projects
None yet
Development

No branches or pull requests

1 participant