浏览代码

docs: x-axis mode for graph panel

Daniel Lee 8 年之前
父节点
当前提交
c296e73b83
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      docs/sources/features/panels/graph.md

+ 14 - 0
docs/sources/features/panels/graph.md

@@ -67,6 +67,20 @@ The ``Left Y`` and ``Right Y`` can be customized using:
 
 
 Axes can also be hidden by unchecking the appropriate box from `Show Axis`.
 Axes can also be hidden by unchecking the appropriate box from `Show Axis`.
 
 
+### X-Axis Mode
+
+There are three options:
+
+- The default option is `Time` and means the x-axis represents time and that the data is grouped by time (for example, by hour or by minute).
+
+- The `Series` option means that the data is grouped by series and not by time. The y-axis still represents the value.
+
+    <img src="/img/docs/v4/x_axis_mode_series.png" class="no-shadow">
+
+- The `Histogram` option converts the graph into a histogram. A Histogram is a kind of bar chart that groups numbers into ranges, often called buckets or bins. Taller bars show that more data falls in that range. Histograms and buckets are described in more detail [here](http://docs.grafana.org/features/panels/heatmap/#histograms-and-buckets).
+
+    <img src="/img/docs/v43/heatmap_histogram.png" class="no-shadow">
+
 ### Legend
 ### Legend
 
 
 The legend hand be hidden by checking the ``Show`` checkbox.  If it's shown, it can be
 The legend hand be hidden by checking the ``Show`` checkbox.  If it's shown, it can be