questdb / ui

Monorepo of QuestDB UI packages
https://questdb.io
15 stars 24 forks source link

Y-axis on chart starting at an auto-scale size (or have the option to not start at 0). #55

Open newskooler opened 3 years ago

newskooler commented 3 years ago

Is your feature request related to a problem? Please describe. When charting, the y axis start at 0. This often results in unreadable (visually) data

Describe the solution you'd like Ideally it would (by default) start somewhere around the lowest value of the data sample (a bit below it - say 1-5%) or there will be an option for auto-scaling.

Describe alternatives you've considered None.

Additional context Here is an image as an example image

newskooler commented 3 years ago

It would be nice if there is an option for a multiple y axis (on right-hand side on multiple on each left and right side) so we can layer plots (this would be a lower priority IMO, since I guess not many ppl use QDB for charting).

nodakai commented 9 months ago

For instance, while Prometheus is not designed as a comprehensive web dashboard solution like Grafana, it does offer a functional charting console for quick, interactive queries https://github.com/grafana/intro-to-prometheus-breakouts/blob/main/breakout-1-exploring-the-prometheus-ui.md

I hope the QuestDB web console will eventually evolve to reach this level

Related: #45