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

consider adding bars to supersearchfacet #104

Open
willkg opened this issue Oct 11, 2023 · 0 comments
Open

consider adding bars to supersearchfacet #104

willkg opened this issue Oct 11, 2023 · 0 comments

Comments

@willkg
Copy link
Collaborator

willkg commented Oct 11, 2023

We could support bars with supersearchfacet where there's just keys and values. Maybe we specify the columns to show and denote which to graph?

$ supersearchfacet --_facets=product --show-columns=product:text,count:graph
product
 product          | count  | graph
------------------|--------|------
 Firefox          | 379327 | ======================
 Fenix            | 345167 | =======================
 Thunderbird      | 106367 | =======
 Focus            | 6283   | =
 MozillaVPN       | 3      | =
 ReferenceBrowser | 1      | =
 --               | 0      | 
 total            | 837148 | =====================================================================

Or something like that?

Maybe use plotext? https://github.com/piccolomo/plotext

Maybe roll our own graphs? I've done this in the past.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant