Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
066c3fe
adding vislib chart grid
ppisljar Dec 24, 2016
6d642ca
updating vislib to correctly render all new features
ppisljar Dec 24, 2016
ec9a614
adding new options to kibana visualizations
ppisljar Dec 24, 2016
401ed70
update vis icon on save
ppisljar Dec 24, 2016
978e9e2
updating documentation
ppisljar Dec 25, 2016
d2168d7
fixing unit tests
ppisljar Dec 25, 2016
3d90a32
cleaning up
ppisljar Dec 25, 2016
d00dc51
updating based on UI review
ppisljar Jan 9, 2017
5e76d9c
adding visualize editor unit tests
ppisljar Jan 9, 2017
68e953b
selenium tests
ppisljar Jan 9, 2017
af6ad11
additional option tabs
ppisljar Jan 11, 2017
3a5ab5c
some more changes to the tabs/options [thanks CJ]
ppisljar Jan 12, 2017
08b01f0
going back from Category/Value axis to X/Y axis
ppisljar Jan 12, 2017
8544079
fixing unselected dropdown options
ppisljar Jan 16, 2017
e9de4f7
updating based on last UI review
ppisljar Jan 20, 2017
2b97717
updating based on last review
ppisljar Jan 25, 2017
5a499db
updating based on last review
ppisljar Jan 25, 2017
a2a2681
fixing issue with axis titles
ppisljar Jan 25, 2017
87804d1
allowing to specify only upper or only lower data bound
ppisljar Jan 25, 2017
7e74262
updating based on brandons review
ppisljar Feb 10, 2017
3d437e5
fixing horizontal bar chart labels
ppisljar Feb 13, 2017
b93c84d
fixing test
ppisljar Feb 13, 2017
b9a78c4
adding backward compatibility
ppisljar Feb 13, 2017
37634bf
updating based on last review
ppisljar Feb 15, 2017
c3c818c
fixing selenium tests
ppisljar Feb 15, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions docs/visualize.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ To create a visualization:
. Choose the visualization type:
+
[horizontal]
<<area-chart,Area chart>>:: Visualize the total contribution of several
different series.
<<xy-chart,Line, Area and Bar chart>>:: Compare different series in X/Y charts.
<<data-table,Data table>>:: Display the raw data of a composed aggregation.
<<line-chart,Line chart>>:: Compare different series.
<<markdown-widget,Markdown widget>>:: Display free-form information or
instructions.
<<metric-chart,Metric>>:: Display a single number.
Expand All @@ -38,7 +36,6 @@ instructions.
locations.
Timeseries:: Compute and combine data from multiple time series
data sets.
<<vertical-bar-chart,Vertical bar chart>>:: Graph values in a bar chart.

. Specify a search query to retrieve the data for your visualization:
** To enter new search criteria, select the index pattern for the indices that
Expand Down Expand Up @@ -104,12 +101,10 @@ For more information about working with sub aggregations, see
https://www.elastic.co/blog/kibana-aggregation-execution-order-and-you[Kibana,
Aggregation Execution Order, and You].

include::visualize/area.asciidoc[]
include::visualize/xychart.asciidoc[]

include::visualize/datatable.asciidoc[]

include::visualize/line.asciidoc[]

include::visualize/markdown.asciidoc[]

include::visualize/metric.asciidoc[]
Expand All @@ -118,8 +113,6 @@ include::visualize/pie.asciidoc[]

include::visualize/tilemap.asciidoc[]

include::visualize/vertbar.asciidoc[]

include::visualize/tagcloud.asciidoc[]

include::visualize/heatmap.asciidoc[]
76 changes: 0 additions & 76 deletions docs/visualize/area.asciidoc

This file was deleted.

69 changes: 0 additions & 69 deletions docs/visualize/line.asciidoc

This file was deleted.

78 changes: 0 additions & 78 deletions docs/visualize/vertbar.asciidoc

This file was deleted.

Loading