You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Plot.plot({
32
32
})
33
33
```
34
34
35
-
The default **reduce** is *first*, picking the first value in each interval. By using *sum* instead, we can default to zero when data is missing (and add values if the data contains more than one observation per day).
35
+
The default **reduce** is *first*, picking the first value in each interval. If there is no data for a given interval, the value is undefined, resulting in a visible gap in the line or area. By using *sum* instead, you can default to zero when data is missing (and sum values if the data contains more than one observation per time interval).
36
36
37
37
<imgsrc="./img/dense-series.png"width="640"alt="a time-series area chart showing downloads per day with zeroes for missing data">
0 commit comments