mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Modifies anchors.
This commit is contained in:
parent
e39929d035
commit
4d78246b48
8 changed files with 14 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
|||
[[areach]]
|
||||
[[area-chart]]
|
||||
=== Area Charts
|
||||
|
||||
This chart's Y axis is the _metrics_ axis. The following aggregations are available for this axis:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[[datatable]]
|
||||
[[data-table]]
|
||||
=== Data Table
|
||||
|
||||
include::y-axis-aggs.asciidoc[]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[[linech]]
|
||||
[[line-chart]]
|
||||
=== Line Charts
|
||||
|
||||
This chart's Y axis is the _metrics_ axis. The following aggregations are available for this axis:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[[mdwidget]]
|
||||
[[markdown-widget]]
|
||||
=== Markdown Widget
|
||||
|
||||
The Markdown widget is a text entry field that accepts GitHub-flavored Markdown text. Kibana renders the text you enter
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[[metricch]]
|
||||
[[metric-chart]]
|
||||
=== Metric
|
||||
|
||||
A metric visualization displays a single number for each aggregation you select:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[[piech]]
|
||||
[[pie-chart]]
|
||||
=== Pie Charts
|
||||
|
||||
The slice size of a pie chart is determined by the _metrics_ aggregation. The following aggregations are available for
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[[vertbarch]]
|
||||
[[vertical-bar-chart]]
|
||||
=== Vertical Bar Charts
|
||||
|
||||
This chart's Y axis is the _metrics_ axis. The following aggregations are available for this axis:
|
||||
|
|
|
@ -26,16 +26,16 @@ button] in the toolbar to the right of the search bar. The wizard guides you thr
|
|||
Choose a visualization type when you start the New Visualization wizard:
|
||||
|
||||
[horizontal]
|
||||
<<areach,Area chart>>:: Use area charts to visualize the total contribution of several different series.
|
||||
<<datatable,Data table>>:: Use data tables to display the raw data of a composed aggregation. You can display the data
|
||||
<<area-chart,Area chart>>:: Use area charts to visualize the total contribution of several different series.
|
||||
<<data-table,Data table>>:: Use data tables to display the raw data of a composed aggregation. You can display the data
|
||||
table for several other visualizations by clicking at the bottom of the visualization.
|
||||
<<linech,Line chart>>:: Use line charts to compare different series.
|
||||
<<mdwidget,Markdown widget>>:: Use the Markdown widget to display free-form information or instructions about your
|
||||
<<line-chart,Line chart>>:: Use line charts to compare different series.
|
||||
<<markdown-widget,Markdown widget>>:: Use the Markdown widget to display free-form information or instructions about your
|
||||
dashboard.
|
||||
<<metricch,Metric>>:: Use the metric visualization to display a single number on your dashboard.
|
||||
<<piech,Pie chart>>:: Use pie charts to display each source's contribution to a total.
|
||||
<<metric-chart,Metric>>:: Use the metric visualization to display a single number on your dashboard.
|
||||
<<pie-chart,Pie chart>>:: Use pie charts to display each source's contribution to a total.
|
||||
<<tilemap,Tile map>>:: Use tile maps to associate the results of an aggregation with geographic points.
|
||||
<<vertbarch,Vertical bar chart>>:: Use vertical bar charts as a general-purpose chart.
|
||||
<<vertical-bar-chart,Vertical bar chart>>:: Use vertical bar charts as a general-purpose chart.
|
||||
|
||||
You can also load a saved visualization that you created earlier. The saved visualization selector includes a text
|
||||
field to filter by visualization name and a link to the Object Editor, accessible through *Settings > Edit Saved
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue