Skip to content

Commit 858652a

Browse files
committed
remove experimental flag from doc
1 parent 97cd92e commit 858652a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/visualize/vega.asciidoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[[vega-graph]]
22
== Vega
33

4-
experimental[]
5-
64
Build custom visualizations using Vega and Vega-Lite, backed by one or more
75
data sources including {es}, Elastic Map Service, URL,
86
or static data. Use the {kib} extensions to Vega to embed Vega into
@@ -1259,7 +1257,7 @@ Override it by providing a different `stroke`, `fill`, or `color` (Vega-Lite) va
12591257
[[vega-queries]]
12601258
==== Writing {es} queries in Vega
12611259

1262-
experimental[] {kib} extends the Vega https://vega.github.io/vega/docs/data/[data] elements
1260+
{kib} extends the Vega https://vega.github.io/vega/docs/data/[data] elements
12631261
with support for direct {es} queries specified as a `url`.
12641262

12651263
Because of this, {kib} is **unable to support dynamically loaded data**,
@@ -1414,7 +1412,7 @@ try to get about 10-15 data points (buckets).
14141412
[[vega-esmfiles]]
14151413
=== Access Elastic Map Service files
14161414

1417-
experimental[] Access the Elastic Map Service files via the same mechanism:
1415+
Access the Elastic Map Service files via the same mechanism:
14181416

14191417
[source,yaml]
14201418
----
@@ -1619,7 +1617,7 @@ kibanaSetTimeFilter(start, end)
16191617
[[vega-useful-links]]
16201618
=== Resources and examples
16211619

1622-
experimental[] To learn more about Vega and Vega-Lite, refer to the resources and examples.
1620+
To learn more about Vega and Vega-Lite, refer to the resources and examples.
16231621

16241622
==== Vega editor
16251623
The https://vega.github.io/editor/[Vega Editor] includes examples for Vega & Vega-Lite, but does not support any

0 commit comments

Comments
 (0)