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

Charts imply values that aren't there #337

Closed
Tigwin opened this issue Jan 3, 2020 · 2 comments
Closed

Charts imply values that aren't there #337

Tigwin opened this issue Jan 3, 2020 · 2 comments
Labels
kind:idea Idea for new feature or some form of enhancement

Comments

@Tigwin
Copy link

Tigwin commented Jan 3, 2020

Many of the charts imply values when none exist.

For example, the charging display needs to have values stay at zero until the first graphed value instead of going from the previous zero value to the current value. This results in angled slopes that are misleading:

Example, look at the orange lines on the charging display:

image

Describe the solution you'd like

When the previous value is zero, the system needs to chart a second zero value before charting the new proper value so the times without values stays at zero instead of sloping upward.

This issue is present on most charts.

@Tigwin Tigwin added the kind:idea Idea for new feature or some form of enhancement label Jan 3, 2020
@Tigwin
Copy link
Author

Tigwin commented Jan 3, 2020

If you change the draw mode from line to "points", the result is better:

image

@adriankumpf
Copy link
Collaborator

It does look better with draw mode "points" when zoomed out but it looks worse in the normal view, doesn't it? As far as I know there is no Grafana setting to get the best of both worlds.

But the dashboard is actually not intended to be used to directly :-) I don't know if you already know this, but you can click on the start date in the 'Charges'/'Drives' dashboard. You will then be taken to the detailed view.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:idea Idea for new feature or some form of enhancement
Projects
None yet
Development

No branches or pull requests

2 participants