Skip to content

Commit bc39f5a

Browse files
polyfractalclintongormley
authored andcommitted
add missing caption so that image shows
1 parent bb9e948 commit bc39f5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

300_Aggregations/35_date_histogram.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ This means your histogram will be a minimal response. Often, this is not the
129129
behavior you actually want. For many applications, you would like to dump the
130130
response directly into a graphing library without doing any post-processing.
131131

132-
Essentially, we want buckets even if they have a count of zero. There are two
132+
Essentially, we want buckets even if they have a count of zero. There are two
133133
additional parameters we can set which will provide this behavior:
134134

135135
[source,js]
@@ -272,11 +272,11 @@ image::images/elas_29in02.png["Line chart of cars sold per month"]
272272
=== The sky's the limit
273273

274274
These were obviously simple examples, but the sky really is the limit
275-
when it comes to charting aggregations. ((("dashboards", "building from aggregations")))((("Kibana, dashboard in"))) For example, here is a dashboard in
275+
when it comes to charting aggregations. ((("dashboards", "building from aggregations")))((("Kibana, dashboard in"))) For example, here is a dashboard in
276276
Kibana built with a variety of aggregations:
277277

278278
[[kibana-img]]
279-
image::images/elas_29in03.png[]
279+
image::images/elas_29in03.png["Kibana - a real time analytics dashboard built with aggregations"]
280280

281281
Due to the real-time nature of aggregations, dashboards like this are easy to query,
282282
manipulate and interact with. This makes them ideal for non-technical employees

0 commit comments

Comments
 (0)