Skip to content

Commit

Permalink
Change official name to VisBuilder
Browse files Browse the repository at this point in the history
Signed-off-by: abbyhu2000 <[email protected]>
  • Loading branch information
abbyhu2000 committed Oct 27, 2022
1 parent bd16e39 commit f59a1dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/plugins/vis_builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ An OpenSearch Dashboards plugin for a visualization experience that makes explor

To use this plugin, navigate to:

Visualize -> Create Visualization -> Visualization Builder
Visualize -> Create Visualization -> VisBuilder

## Add a visualization

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/vis_builder/common/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

export const PLUGIN_ID = 'vis-builder';
export const PLUGIN_NAME = 'Visualization Builder';
export const PLUGIN_NAME = 'VisBuilder';
export const VISUALIZE_ID = 'visualize';
export const EDIT_PATH = '/edit';
export const VIS_BUILDER_CHART_TYPE = 'VisBuilder';
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/vis_builder/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export class VisBuilderPlugin
name: PLUGIN_ID,
title: PLUGIN_NAME,
description: i18n.translate('visBuilder.visPicker.description', {
defaultMessage: 'Create visualizations using the new Visualization Builder',
defaultMessage: 'Create visualizations using the new VisBuilder',
}),
icon: visBuilderIconSecondaryFill,
stage: 'experimental',
Expand Down
2 changes: 1 addition & 1 deletion test/functional/apps/visualize/_chart_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
'Timeline',
'Vega',
'Vertical Bar',
'Visualization Builder',
'VisBuilder',
];
if (!isOss) {
expectedChartTypes.push('Maps', 'Lens');
Expand Down

0 comments on commit f59a1dc

Please sign in to comment.