mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Maps] 7.12 doc updates (#93830)
* [Maps] 712 doc updates * Update docs/maps/vector-style-properties.asciidoc Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> * review feedback * avoid wrapping property name column in table Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
This commit is contained in:
parent
25d291a74f
commit
a1ac49a5aa
3 changed files with 31 additions and 8 deletions
|
@ -11,6 +11,9 @@ To access these settings, click *Map settings* in the application toolbar.
|
|||
*Background color*::
|
||||
Set the map background color.
|
||||
|
||||
*Show scale*::
|
||||
When enabled, display the map scale.
|
||||
|
||||
[float]
|
||||
[[maps-settings-navigation]]
|
||||
=== Navigation
|
||||
|
|
|
@ -34,7 +34,7 @@ refer to <<xpack-security-authorization,Granting access to {kib}>>.
|
|||
. Open the main menu, and then click *Dashboard*.
|
||||
. Click **Create dashboard**.
|
||||
. Set the time range to *Last 7 days*.
|
||||
. Click **Create new**.
|
||||
. Click **Create panel**.
|
||||
. Click **Maps**.
|
||||
|
||||
[float]
|
||||
|
@ -152,10 +152,7 @@ image::maps/images/sample_data_web_logs.png[]
|
|||
=== Step 4. Save the map
|
||||
Now that your map is complete, save it and return to the dashboard.
|
||||
|
||||
. In the toolbar, click *Save*.
|
||||
. Enter `Tutorial web logs map` for the title.
|
||||
. Ensure *Add to Dashboard after saving* is enabled.
|
||||
. Click *Save and return*.
|
||||
. In the toolbar, click *Save and return*.
|
||||
|
||||
[float]
|
||||
[[maps-embedding]]
|
||||
|
@ -164,8 +161,7 @@ Now that your map is complete, save it and return to the dashboard.
|
|||
View your geospatial data alongside a heat map and pie chart, and then filter the data.
|
||||
When you apply a filter in one panel, it is applied to all panels on the dashboard.
|
||||
|
||||
. In the toolbar, click **Add** to open a list of objects that you can add to the dashboard.
|
||||
. Set the **Types** select to **Visualization**.
|
||||
. Click **Add from library** to open a list of panels that you can add to the dashboard.
|
||||
. Add **[Logs] Heatmap** and **[Logs] Visitors by OS** to the dashboard.
|
||||
+
|
||||
[role="screenshot"]
|
||||
|
|
|
@ -17,7 +17,11 @@ You can add text labels to your Point features by configuring label style proper
|
|||
|*Label color*
|
||||
|The text color.
|
||||
|*Label size*
|
||||
|The size of the text font, in pixels.
|
||||
|The size of the text, in pixels.
|
||||
|*Label border color*
|
||||
|The color of the label border.
|
||||
|*Label border width*
|
||||
|The width of the label border.
|
||||
|===
|
||||
|
||||
You can symbolize Point features as *Circle markers* or *Icons*.
|
||||
|
@ -70,6 +74,16 @@ image::maps/images/maki-icons.png[]
|
|||
|The border width of the polygon features.
|
||||
|*Fill color*
|
||||
|The fill color of the polygon features.
|
||||
|*Label*
|
||||
|Specifies label content. For polygons, the label is positioned at the polygon centroid. For multi-polygons, the label is positioned at the largest polygon centroid.
|
||||
|*Label color*
|
||||
|The text color.
|
||||
|*Label size*
|
||||
|The size of the text, in pixels.
|
||||
|*Label border color*
|
||||
|The color of the label border.
|
||||
|*Label border width*
|
||||
|The width of the label border.
|
||||
|===
|
||||
|
||||
|
||||
|
@ -83,4 +97,14 @@ image::maps/images/maki-icons.png[]
|
|||
|The color of the line features.
|
||||
|*Border width*
|
||||
|The width of the line features.
|
||||
|*Label*
|
||||
|Specifies label content. For lines, the label is positioned at the center of the line. For multi-lines, the label is positioned at the center of the longest line.
|
||||
|*Label color*
|
||||
|The text color.
|
||||
|*Label size*
|
||||
|The size of the text, in pixels.
|
||||
|*Label border color*
|
||||
|The color of the label border.
|
||||
|*Label border width*
|
||||
|The width of the label border.
|
||||
|===
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue