diff --git a/content/v2.0/query-data/guides/group-data.md b/content/v2.0/query-data/guides/group-data.md index 56996fcb9..2bcbf4c5f 100644 --- a/content/v2.0/query-data/guides/group-data.md +++ b/content/v2.0/query-data/guides/group-data.md @@ -367,8 +367,8 @@ Table: keys: [_time] ``` {{% /truncate %}} -Because each timestamp is a structured as a separate table, when visualized, they appear as individual, unconnected points. -Even though there are multiple records per timestamp, it will only visualize the last record of group's table. +Because each timestamp is a structured as a separate table, when visualized, all +points that share the same timestamp appear connected. ![Group by time](/img/grouping-by-time.png) diff --git a/static/img/2-0-data-explorer-ui.png b/static/img/2-0-data-explorer-ui.png index 68be51f6e..e7e676e80 100644 Binary files a/static/img/2-0-data-explorer-ui.png and b/static/img/2-0-data-explorer-ui.png differ diff --git a/static/img/2-0-sql-dashboard-variable.png b/static/img/2-0-sql-dashboard-variable.png index 4b8238f04..6fab06a31 100644 Binary files a/static/img/2-0-sql-dashboard-variable.png and b/static/img/2-0-sql-dashboard-variable.png differ diff --git a/static/img/2-0-visualization-dropdown.png b/static/img/2-0-visualization-dropdown.png index 848bb9d94..96080cf09 100644 Binary files a/static/img/2-0-visualization-dropdown.png and b/static/img/2-0-visualization-dropdown.png differ diff --git a/static/img/2-0-visualizations-bar-graph-example.png b/static/img/2-0-visualizations-bar-graph-example.png deleted file mode 100644 index bc864502c..000000000 Binary files a/static/img/2-0-visualizations-bar-graph-example.png and /dev/null differ diff --git a/static/img/2-0-visualizations-stacked-graph-example.png b/static/img/2-0-visualizations-stacked-graph-example.png deleted file mode 100644 index 1b8fdfc20..000000000 Binary files a/static/img/2-0-visualizations-stacked-graph-example.png and /dev/null differ diff --git a/static/img/flux-windowed-aggregates-ungrouped.png b/static/img/flux-windowed-aggregates-ungrouped.png index 1b5ff82a6..510ec5006 100644 Binary files a/static/img/flux-windowed-aggregates-ungrouped.png and b/static/img/flux-windowed-aggregates-ungrouped.png differ diff --git a/static/img/flux-windowed-aggregates.png b/static/img/flux-windowed-aggregates.png index 1f1c6bdab..9c51ee719 100644 Binary files a/static/img/flux-windowed-aggregates.png and b/static/img/flux-windowed-aggregates.png differ diff --git a/static/img/flux-windowed-data.png b/static/img/flux-windowed-data.png index de05d3716..8589db679 100644 Binary files a/static/img/flux-windowed-data.png and b/static/img/flux-windowed-data.png differ diff --git a/static/img/grouping-by-cpu-time.png b/static/img/grouping-by-cpu-time.png index 05d896df7..6c4390a9f 100644 Binary files a/static/img/grouping-by-cpu-time.png and b/static/img/grouping-by-cpu-time.png differ diff --git a/static/img/grouping-by-time.png b/static/img/grouping-by-time.png index e6914c377..dd0f5812e 100644 Binary files a/static/img/grouping-by-time.png and b/static/img/grouping-by-time.png differ diff --git a/static/img/grouping-data-set.png b/static/img/grouping-data-set.png index 211701fa6..9af7c6914 100644 Binary files a/static/img/grouping-data-set.png and b/static/img/grouping-data-set.png differ diff --git a/static/img/simple-unwindowed-data.png b/static/img/simple-unwindowed-data.png index bbb74acc4..6b84ef467 100644 Binary files a/static/img/simple-unwindowed-data.png and b/static/img/simple-unwindowed-data.png differ diff --git a/static/img/simple-windowed-aggregate-data.png b/static/img/simple-windowed-aggregate-data.png index 830ac6b92..4a16bfd04 100644 Binary files a/static/img/simple-windowed-aggregate-data.png and b/static/img/simple-windowed-aggregate-data.png differ diff --git a/static/img/simple-windowed-data.png b/static/img/simple-windowed-data.png index 304274b3c..0c3df7288 100644 Binary files a/static/img/simple-windowed-data.png and b/static/img/simple-windowed-data.png differ