Daily sum in bar chart is wrong
    5 views (last 30 days)
  
       Show older comments
    
    Rudolf Dudek
 on 13 Jul 2021
  
    
    
    
    
    Commented: Rudolf Dudek
 on 20 Jul 2022
            I am collecting the rainfall hourly. If i want to have a daily sum, the sum is not ok.
If i want to sum up 0.28+0.56+0.56 the bar chart displays 0.28.
Does somebody has an idea?



5 Comments
Accepted Answer
  Christopher Stapels
    
 on 13 Jul 2021
        I tried this in one of my channels and it seems to work fine.  I wonder if there is something different about your data.  Can you share the data used to geenrate those plots?  Here is the data I used:
          myTimes           Var1
    ____________________    ____
    11-Jul-2021 08:38:10    0.28
    11-Jul-2021 09:38:10    0.56
    11-Jul-2021 10:38:10    0.56
    13-Jul-2021 10:38:10    0.28

6 Comments
  Christopher Stapels
    
 on 20 Jul 2022
				Thanks.  Everytime we review precedence issues for parameters (timezone versus average, etc), we come up with edge cases and opposing scenarios.  Ill submit it to our tracking system for review however.  We appreciate your vigilance on the issue.
More Answers (1)
  Vinod
    
 on 13 Jul 2021
        My suspicion is that the field has a bunch of 'NaN's in them. Can you download the data for the channel from th "Import/Export" tab of the channel and confirm there are no NaN's or blank slots in the data?
Communities
More Answers in the ThingSpeak Community
See Also
Categories
				Find more on Visualize Data in Help Center and File Exchange
			
	Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



