Skip to content

Commit

Permalink
Remove banner from when editing maps visualization (#1848) (#1856)
Browse files Browse the repository at this point in the history
Issue resolved:
#933

Signed-off-by: Bandini Bhopi <bandinib@amazon.com>
(cherry picked from commit 53e98a6)

Co-authored-by: Bandini <63824432+bandinib-amzn@users.noreply.github.com>
  • Loading branch information
1 parent db5e7dd commit 42bed60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 85 deletions.

This file was deleted.

3 changes: 0 additions & 3 deletions src/plugins/vis_type_vega/public/vega_type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ import { getDefaultSpec } from './default_spec';
import { createInspectorAdapters } from './vega_inspector';
import { VIS_EVENT_TO_TRIGGER } from '../../visualizations/public';

import { getInfoMessage } from './components/experimental_map_vis_info';

export const createVegaTypeDefinition = (
dependencies: VegaVisualizationDependencies
): BaseVisTypeOptions => {
Expand All @@ -56,7 +54,6 @@ export const createVegaTypeDefinition = (
return {
name: 'vega',
title: 'Vega',
getInfoMessage,
description: i18n.translate('visTypeVega.type.vegaDescription', {
defaultMessage: 'Create custom visualizations using Vega and Vega-Lite',
description: 'Vega and Vega-Lite are product names and should not be translated',
Expand Down

0 comments on commit 42bed60

Please sign in to comment.