Skip to content

Commit

Permalink
[DOCS] Adds and updates Visualization advanced settings (elastic#91904)
Browse files Browse the repository at this point in the history
  • Loading branch information
KOTungseth committed Feb 18, 2021
1 parent e330665 commit 4d9b97a
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions docs/management/advanced-options.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -458,32 +458,33 @@ of buckets to try to represent.

[horizontal]
[[visualization-visualize-chartslibrary]]`visualization:visualize:legacyChartsLibrary`::
Enables legacy charts library for area, line and bar charts in visualize.
Enables the legacy charts library for aggregation-based area, line, and bar charts in *Visualize*.

[[visualization-colormapping]]`visualization:colorMapping`::
**This setting is deprecated and will not be supported as of 8.0.**
Maps values to specific colors in *Visualize* charts and *TSVB*. This setting does not apply to *Lens*.

[[visualization-dimmingopacity]]`visualization:dimmingOpacity`::
The opacity of the chart items that are dimmed when highlighting another element
of the chart. The lower this number, the more the highlighted element stands out.
This must be a number between 0 and 1.
of the chart. Use numbers between 0 and 1. The lower the number, the more the highlighted element stands out.

[[visualization-heatmap-maxbuckets]]`visualization:heatmap:maxBuckets`::
The maximum number of buckets a datasource can return. High numbers can have a negative impact on your browser rendering performance.

[[visualization-regionmap-showwarnings]]`visualization:regionmap:showWarnings`::
Shows a warning in a region map when terms cannot be joined to a shape.

[[visualization-tilemap-wmsdefaults]]`visualization:tileMap:WMSdefaults`::
The default properties for the WMS map server support in the coordinate map.
The default properties for the WMS map server supported in the coordinate map.

[[visualization-tilemap-maxprecision]]`visualization:tileMap:maxPrecision`::
The maximum geoHash precision displayed on tile maps: 7 is high, 10 is very high,
and 12 is the maximum. See this
{ref}/search-aggregations-bucket-geohashgrid-aggregation.html#_cell_dimensions_at_the_equator[explanation of cell dimensions].
The maximum geoHash precision displayed in tile maps. 7 is high, 10 is very high,
and 12 is the maximum. For more information, refer to
{ref}/search-aggregations-bucket-geohashgrid-aggregation.html#_cell_dimensions_at_the_equator[Cell dimensions at the equator].

[[visualize-enablelabs]]`visualize:enableLabs`::
Enables users to create, view, and edit experimental visualizations. If disabled,
only visualizations that are considered production-ready are available to the
user.
Enables users to create, view, and edit experimental visualizations. When disabled,
only production-ready visualizations are available to users.


[float]
Expand Down

0 comments on commit 4d9b97a

Please sign in to comment.