bar chart shows wrong values
See original GitHub issueI am using mini-graph-card with bars to show the energy usage in kwh for the last 31 days. I am running the counter for around 24 hours now and the problem is that for the days before the 24h period the bar chart shows 0.02kwh as daily consumption instead of zero. Here is the config of the card and a screenshot:
type: custom:mini-graph-card
entities:
- sensor.itd_meter_1_total_energy_daily
name: Дневна консумация
show:
graph: bar
extrema: false
average: false
labels: false
hour24: true
hours_to_show: 744
group_by: date
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:8
Top Results From Across the Web
Values shows wrong in stacked column - Microsoft Community
Values shows wrong in stacked column. I added 3D stacked column chart with values 20 , 0 and 3. I can see column...
Read more >Bar Graph Troubles, incorrect values
Bar Graph Troubles, incorrect values ... The bar graph displays the values for CreatedDate and MovedDate as the same value, altogh different ...
Read more >Bar Chart wrong value showing - Grafana Community
Hi, Found a small bug on the value at the tip of the bar, when I change the time range the value doesn't...
Read more >Why Are My Excel Bar Chart Categories Backwards?
The fix is simple: check the two boxes for Categories in reverse order and Value (Y) axis crosses at maximum category. The protocol...
Read more >Data label on Chart incorrect - Google Groups
makes the chart), she adds data values to the bars and some of them are incorrect according to the datasheet. She must manually...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have the same issue for my raining history.
smoothing: false
does not change anything. I have two workarounds for this problem:lower_bound: 0.2
(works for me, because the min rain detection is 0.2 in my case)Hi!
I think, I have a similar issue with v0.11.0: Sometimes (not figured out when) the card shows instead of 0 the value of the last bar:
The value (state) is only updated on bars that are non-zero. For bars that should be zero the value of the last bar is shown.