|
1 | 1 | [[vega-graph]] |
2 | 2 | == Vega |
3 | 3 |
|
4 | | -experimental[] |
5 | | - |
6 | 4 | Build custom visualizations using Vega and Vega-Lite, backed by one or more |
7 | 5 | data sources including {es}, Elastic Map Service, URL, |
8 | 6 | 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 |
1259 | 1257 | [[vega-queries]] |
1260 | 1258 | ==== Writing {es} queries in Vega |
1261 | 1259 |
|
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 |
1263 | 1261 | with support for direct {es} queries specified as a `url`. |
1264 | 1262 |
|
1265 | 1263 | Because of this, {kib} is **unable to support dynamically loaded data**, |
@@ -1414,7 +1412,7 @@ try to get about 10-15 data points (buckets). |
1414 | 1412 | [[vega-esmfiles]] |
1415 | 1413 | === Access Elastic Map Service files |
1416 | 1414 |
|
1417 | | -experimental[] Access the Elastic Map Service files via the same mechanism: |
| 1415 | +Access the Elastic Map Service files via the same mechanism: |
1418 | 1416 |
|
1419 | 1417 | [source,yaml] |
1420 | 1418 | ---- |
@@ -1619,7 +1617,7 @@ kibanaSetTimeFilter(start, end) |
1619 | 1617 | [[vega-useful-links]] |
1620 | 1618 | === Resources and examples |
1621 | 1619 |
|
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. |
1623 | 1621 |
|
1624 | 1622 | ==== Vega editor |
1625 | 1623 | The https://vega.github.io/editor/[Vega Editor] includes examples for Vega & Vega-Lite, but does not support any |
|
0 commit comments