teragrep / ajs_01

User interface for Teragrep
Apache License 2.0
0 stars 0 forks source link

new single value visualization type #146

Open kortemik opened 1 year ago

kortemik commented 1 year ago

ID <226> Reporter <@kortemik>

single value visualization i.e.

index=abc | stats count(_raw)

returns

count(_raw)
123456

however the number would be visually more appealing if it would be

count(_raw)

123456

style.

this would be a new visualization type in addition to scatter chart, pie chart ... etc.