If a point with a zero value is selected - then a wrong state is displayed
See original GitHub issueMy weather station measures the amount of rain with a rain counter, which sums up the continuous amount of rain. For showing the daily rain, I’ve configured the following card:
type: custom:mini-graph-card
name: Daily Rain
entities:
- entity: sensor.weather_station_rain_counter
show:
graph: bar
hours_to_show: 168
aggregate_func: delta
group_by: date
hour24: true
line_color: '#15317E'
labels: true
The result seems correct: 27.4 mm is the total amount so far.
When hovering over the particular days, the card shows the correct value unless on that day there was no rain. Than it shows the total amount. However, IMHO it should show “0”:
Is my configuration wrong, or is it a card issue?
Thanks!
Issue Analytics
- State:
- Created a year ago
- Reactions:5
- Comments:10
Top Results From Across the Web
Video: Advanced IF functions - Microsoft Support
Before we get started with advanced IF functions, let's do a quick IF function refresher first. Watch this video for some examples.
Read more >IF function - Microsoft Support
Returns one value if a condition you specify evaluates to TRUE and another value if it evaluates to FALSE. Use IF to conduct...
Read more >Tests of Statistical Significance
If the probability of being wrong is small, then we say that our observation of the ... 4) Select and compute the test...
Read more ><select>: The HTML Select element - HTML - MDN Web Docs
This Boolean attribute indicates that multiple options can be selected in the list. If it is not specified, then only one option can...
Read more >SPSS Tutorials: Defining Variables - LibGuides
The number of digits to display after a decimal point for values of ... Then use the drop-down menu to select the role...
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’m also having this issue with a bar chart 😦
Not a solution, only a workaround: