Rename all vis-editors and datavis to visualizations (#144589)

* rename all the vis-editors

* rename datavis to visualizations
This commit is contained in:
Joe Reuter 2022-11-06 00:16:20 +01:00 committed by GitHub
parent 7c822c0a87
commit 15c12bdd39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 46 additions and 46 deletions

View file

@ -52,7 +52,7 @@ The Dashboard Embeddable is one of the highest-level UI components you can add t
Check out the Lens Embeddable if you wish to show users visualizations based on Elasticsearch data without worrying about query building and chart rendering. It's built on top of the <DocLink id="kibBuildingBlocks" section="expressions" text="Expression language" />, and integrates with <DocLink id="kibBuildingBlocks" section="index-patterns" text="Index Patterns" /> and <DocLink id="kibBuildingBlocks" section="ui-actions--triggers" text="UI Actions" />. Using the same configuration, it's also possible to link to a prefilled Lens editor, allowing the user to drill deeper and explore their data.
**Github labels**: `Team:VisEditors`, `Feature:Lens`
**Github labels**: `Team:Visualizations`, `Feature:Lens`
### Map Embeddable