Commit graph

32 commits

Author SHA1 Message Date
gchaps f32206f3bf
[DOCS] Minor changes to Advanced Settings and Featured Visualizations (#17778) (#17796) 2018-04-19 09:51:06 -07:00
gchaps d1e4073f98
Fixed hierarchy for Vega documentation (#17691) (#17697) 2018-04-13 10:21:56 -07:00
gchaps 8c10e9d1e0
[DOCS] In Vega, fixes broken links and adds vega.enableExternalUrls (#17646) (#17661) 2018-04-11 11:10:41 -07:00
Yuri Astrakhan 4fc38bc8fa
Added Vega interactive map support (#16512) (#17599)
Implements https://github.com/elastic/kibana/issues/15842

* Added Vega interactive map support
* Support vega-lite maps
* handle VL-injected width/height/padding/autosize
* clarified min/max zoom limits
* moved kibana_map to ui/vis/map, doc fixes
* bumped leaflet-vega dep
2018-04-07 00:45:27 +03:00
gchaps d9f1c8c172 [DOCS] Added experimental tag (#17461) 2018-03-29 16:55:52 -07:00
Deb Adair bdbf565c43 [DOCS] Fixed rendering of video link to vega intro. 2018-03-22 20:18:57 -07:00
Nathan Reese d8b3988140
add more details to range option (#16286) (#16352) 2018-01-29 10:01:51 -07:00
Yuri Astrakhan e9ff24872f
Migrating vega_vis from plugin (#15014) (#16035)
Large PR to migrate Vega plugin into the core.
https://github.com/nyurik/kibana-vega-vis

The code underwent a large number of changes and
reviews discussed in the PR thread:
https://github.com/elastic/kibana/pull/15014
2018-01-13 16:26:07 -05:00
lcawley 939d08c7bc [DOCS] Fixed broken link in tilemap.asciidoc 2017-11-13 19:47:45 -08:00
Court Ewing 628d0cd194 docs: fix erroneous references to es-ref 2017-11-13 20:26:32 -05:00
Nathan Reese f8f25d999b Upgrade kibana to leaflet 1.x (#12367) (#13688)
* upgrade leaflet modules to 1.x latest

* fix css for leaflet controls

* update draw options so it is easier to see polygon when drawing

* fix chrome touch issues with closing polygon in leaflet draw

* use canvas renderer

* use leaflet-responsive-popup to avoid tooltip cutoff

* remove radius configuration from leaflet heatmap

* make blur a factor of radius. Set maxZoom to map zoom since new values are calculated per precision

* use _.get to avoid error, cannot read property of undefined

* add cluster size slider

* experiments with image differences

* onload not onLoad

* use canvas dimensions

* compare map canvas to stored PNG of map canvas

* remove pixelmatch from project dependecies

* fix broken test - rounding error

* add expected image tests for geohash layers shaded circles and geohash grids

* bump z-index of vis-spy

* update functional test expected data

* update to leaflet 1.2.0

* revert to leaflet 1.0.3 and update expected data set for map functional tests

* test geohash_layer heatmap in unit test

* update region_map functional test since it can not longer pluck map vectors from DOM

* update documentation
2017-08-24 11:47:39 -06:00
Thomas Neirynck 1eb07a925f Add interval doc (#13629) 2017-08-22 23:53:01 -04:00
Thomas Neirynck 1ab9a095aa fix typo 2017-08-03 14:55:35 -04:00
Thomas Neirynck 1998616a08 Improve region map documentation (#13319) 2017-08-03 14:55:35 -04:00
Peter Pisljar 7454a52e5a adding docs for goal and gauge (#13140)
* adding docs for goal and gauge
2017-07-28 14:42:01 +02:00
Thomas Neirynck 5a20d44a08 Tidy up tile-service url in test code (#12690) 2017-07-07 10:13:32 -04:00
Thomas Neirynck bcd9e7dc22 Add region map documentation and rename references from tile map to coordinate map (#12370) 2017-06-29 23:49:26 -04:00
Thomas Neirynck b183996b71 remove wrong statement from doc (#12579) 2017-06-29 21:40:52 -04:00
Lisa Cawley e21a133e00 [DOCS] Update Kibana Guide to use shared attributes (#12505)
* [DOCS] Update Kibana Guide to use shared attributes

* [DOCS] Add docs repository path
2017-06-27 10:13:42 -07:00
Thomas Neirynck 2270a6c24f Add Region Map Visualization
- Users can now create choropleth maps. This requires configuring an inner join between the results of a term-aggregation and a reference vector layer. This vector layer needs to be in the GeoJson format. By default, Kibana uses vector layers serverd by a data service hosted by Elastic. Users can also bring in their own layers by adding configuration entries in the kibana.yml. These need to point to a CORS-enabled data service that accepts requests from the Kibana application.
- For clarity, the tilemap is renamed to Coordinate Map.
- A new manifest is published by Elastic. this includes metadata for the available tilemap services, as well as metadata for the available vector data layers.
2017-05-31 16:56:02 -04:00
Nathan Reese ddfd85ed15 move visualization spy page to visualization chapter (#11623) 2017-05-09 10:44:03 -06:00
Chris Cowan 216386d5c6 Time Series Visual Builder Documentation (#11411)
* Closes #11215 - Documentation for Time Series Visual Builder

* changing from third person to first

* Adding link to TSVB docs
2017-05-01 20:34:15 -05:00
Thomas Neirynck d4c5372267 Visualization doc updates (#11426) 2017-04-28 15:49:48 -04:00
Peter Pisljar b79cb08a28 updating visualize aggregations docs (#11034)
* updating visualize aggregations docs

* fixing based on review
2017-04-25 08:01:02 +02:00
Thomas Neirynck bb40d5084f Add geocentroid doc (#11368) 2017-04-22 15:23:31 -04:00
Peter Pisljar 4c85fd4954 Vislib Point Series Charts (#9642)
* adding vislib chart grid

* updating vislib to correctly render all new features

* adding new options to kibana visualizations

* update vis icon on save

* updating documentation

* fixing unit tests

* cleaning up

* updating based on UI review

* adding visualize editor unit tests

* selenium tests

* additional option tabs

* some more changes to the tabs/options [thanks CJ]

* going back from Category/Value axis to X/Y axis

* fixing unselected dropdown options

* updating based on last UI review

* updating based on last review

* updating based on last review

* fixing issue with axis titles

* allowing to specify only upper or only lower data bound

* updating based on brandons review

* fixing horizontal bar chart labels

* fixing test

* adding backward compatibility

* updating based on last review

* fixing selenium tests
2017-02-15 17:54:42 +01:00
Peter Pisljar ae150f5835 Vislib heatmap visualization (#9403)
* adding UI styles (should extract)

* adding heatmap vislib type

* adding heatmap visualization

* adding documentation

* renaming heatmap options

* fixing options issues

* fixing color selection

* fixing / adding tests

* adding more color schemas

* adding more options

* adding cell labels

* fixing selenium test

* only allow to rotate labels by 90 degrees

* converting color number slider to number input

* hide labels if they don't fit

* fixing small issues

* improved range options

* fixing based on Thomas' review

* rebasing on master and fixing linting issues

* adding selenium tests

* fixing alerts

* fixing padding

* fixing based on review

* fixing math

* fixing custom range options

* removing $timeout

* notification in case labels were hidden

* fixing tests

* fixing based on last review

* fixing based on thomas' review
2016-12-26 19:15:50 +01:00
Peter Pisljar 29935c3c0c adding stepped line to line and area charts (#9425)
* adding stepped line to line and area charts

* fixing based on Thomas' review

* updating docs

* fixing based on Brandons review
2016-12-23 16:29:51 +01:00
Thomas Neirynck ac6c4cd3ef improve tag cloud doc (#9356) 2016-12-02 18:56:22 -05:00
Thomas Neirynck 31a6cbab6d Add Tag Cloud Visualization
A tag cloud visualization is a visual representation of text data, typically used to visualize free form text. Tags are usually single words. The font size of word corresponds  with its importance.
2016-11-21 17:03:25 -05:00
Peter Pisljar 60e62c7ad2 sorting chart xValues by metric sum (#8397)
* sorting chart xValues by metric sum

* fixing tests

* adding order buckets by value option to point series charts

* fixing tests

* fixing tests

* Updating based on CJs comments and adding documentation
2016-11-09 12:54:59 +01:00
Court Ewing 8895ae110f docs: Overhaul of doc structure for 5.0+ (#8821)
This overhaul of the docs structure puts Kibana's documentation more
inline with the structure that is used in Elasticsearch. This will help
us better organize the docs going forward as more docs are added.

This also includes a few necessary content changes for 5.0.
2016-10-24 21:41:32 -04:00