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
is there a way to display the Last, Max and Average values like pnp does?
The text was updated successfully, but these errors were encountered:
Same as in #40, Histou basically has nothing to do with pnp and is just a template engine to generate grafana graphs.
Sorry, something went wrong.
If you mean in the legend, see:
setLegend( show = SHOW_LEGEND, values = false, min = false, max = false, current = false, total = false, avg = false, alignAsTable = false, rightSide = false, hideEmpty = true )
If you want it in the graph itself - i do not think this is possible (as histou stands today). (I would be happy proven wrong on this...)
setLegend works perfect, thanks
No branches or pull requests
is there a way to display the Last, Max and Average values like pnp does?
The text was updated successfully, but these errors were encountered: