We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
Or something like that?
Maybe use plotext? https://github.com/piccolomo/plotext
Maybe roll our own graphs? I've done this in the past.
The text was updated successfully, but these errors were encountered: