mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[DOCS] Pulls heat map out of Maps section (#60008)
This commit is contained in:
parent
ddfe205e7a
commit
59cc93c52e
3 changed files with 45 additions and 48 deletions
|
@ -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>>* — Displays geospatial data in {kib}.
|
||||
|
||||
* *Coordinate map* — Displays points on a map using a geohash aggregation.
|
||||
* *<<visualize-maps,Coordinate map>>* — Displays points on a map using a geohash aggregation.
|
||||
|
||||
* *Region map* — Merges any structured map data onto a shape.
|
||||
* *<<visualize-maps,Region map>>* — Merges any structured map data onto a shape.
|
||||
|
||||
* *Heat map* — Displays shaded cells within a matrix.
|
||||
* *<<heat-map,Heat map>>* — Displays shaded cells within a matrix.
|
||||
|
||||
<<for-dashboard,Dashboard tools>>::
|
||||
|
||||
|
@ -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[]
|
||||
|
||||
|
|
40
docs/visualize/heatmap.asciidoc
Normal file
40
docs/visualize/heatmap.asciidoc
Normal file
|
@ -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.
|
|
@ -9,8 +9,6 @@ Visualize supports the following maps:
|
|||
|
||||
* *Region* — Display colored boundary vector shapes using a gradient. Darker colors indicate larger values, and lighter colors indicate smaller values.
|
||||
|
||||
* *Heat* — 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]
|
||||
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue