Skip to content

Commit

Permalink
Merge branch '7.x' into backport/7.x/pr-59928
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine committed Mar 12, 2020
2 parents 1dd445d + 7f645bd commit dac5a4b
Show file tree
Hide file tree
Showing 62 changed files with 842 additions and 889 deletions.
9 changes: 5 additions & 4 deletions docs/user/visualize.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ Quickly build several types of basic visualizations by simply dragging and dropp
<<timelion,Timelion>>:: Computes and combine data from multiple time series
data sets.

<<visualize-maps, Maps>>::
Maps::
* *<<maps,Elastic Maps>>* &mdash; Displays geospatial data in {kib}.

* *Coordinate map* &mdash; Displays points on a map using a geohash aggregation.
* *<<visualize-maps,Coordinate map>>* &mdash; Displays points on a map using a geohash aggregation.

* *Region map* &mdash; Merges any structured map data onto a shape.
* *<<visualize-maps,Region map>>* &mdash; Merges any structured map data onto a shape.

* *Heat map* &mdash; Displays shaded cells within a matrix.
* *<<heat-map,Heat map>>* &mdash; Displays shaded cells within a matrix.

<<for-dashboard,Dashboard tools>>::

Expand Down Expand Up @@ -139,6 +139,7 @@ include::{kib-repo-dir}/visualize/tsvb.asciidoc[]
include::{kib-repo-dir}/visualize/timelion.asciidoc[]

include::{kib-repo-dir}/visualize/tilemap.asciidoc[]
include::{kib-repo-dir}/visualize/heatmap.asciidoc[]

include::{kib-repo-dir}/visualize/for-dashboard.asciidoc[]

Expand Down
40 changes: 40 additions & 0 deletions docs/visualize/heatmap.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[[heat-map]]
== Heat map

Display graphical representations of data where the individual values are represented by colors. Use heat maps when your data set includes categorical data. For example, use a heat map to see the flights of origin countries compared to destination countries using the sample flight data.

[role="screenshot"]
image::images/visualize_heat_map_example.png[]

[float]
[[build-heat-map]]
==== Build a heat map

To display your data on the heat map, use the supported aggregations.

Heat maps support the following aggregations:

* <<visualize-metric-aggregations,Metric>>
* <<visualize-parent-pipeline-aggregations,Parent pipeline>>
* <<visualize-sibling-pipeline-aggregations,Sibling pipeline>>
* <<visualize-bucket-aggregations,Bucket>>

[float]
[[navigate-heatmap]]
==== Change the color ranges

When only one color displays on the heat map, you might need to change the color ranges.

To specify the number of color ranges:

. Click *Options*.

. Enter the *Number of colors* to display.

To specify custom ranges:

. Click *Options*.

. Select *Use custom ranges*.

. Enter the ranges to display.
44 changes: 0 additions & 44 deletions docs/visualize/tilemap.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Visualize supports the following maps:

* *Region* &mdash; Display colored boundary vector shapes using a gradient. Darker colors indicate larger values, and lighter colors indicate smaller values.

* *Heat* &mdash; Display graphical representations of data where the individual values are represented by colors.

NOTE: The maps in Visualize have been replaced with <<maps>>, which offers more functionality.

[float]
Expand Down Expand Up @@ -98,45 +96,3 @@ To navigate the region map, use the navigation options.
* To change the zoom level, click *Zoom In* or *Zoom out* image:images/viz-zoom.png[].

* To automatically crop the map boundaries, click *Fit Data Bounds* image:images/viz-fit-bounds.png[].

[float]
[[heat-map]]
=== Heat map

Use heat maps when your data set includes categorical data. For example, use a heat map to see the flights of origin countries compared to destination countries using the sample flight data.

[role="screenshot"]
image::images/visualize_heat_map_example.png[]

[float]
[[build-heat-map]]
==== Build a heat map

To display your data on the heat map, use the supported aggregations.

Heat maps support the following aggregations:

* <<visualize-metric-aggregations,Metric>>
* <<visualize-parent-pipeline-aggregations,Parent pipeline>>
* <<visualize-sibling-pipeline-aggregations,Sibling pipeline>>
* <<visualize-bucket-aggregations,Bucket>>

[float]
[[navigate-heatmap]]
==== Change the color ranges

When only one color displays on the heat map, you might need to change the color ranges.

To specify the number of color ranges:

. Click *Options*.

. Enter the *Number of colors* to display.

To specify custom ranges:

. Click *Options*.

. Select *Use custom ranges*.

. Enter the ranges to display.

This file was deleted.

Loading

0 comments on commit dac5a4b

Please sign in to comment.