mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
83bb79dead
commit
9d761ee3e7
2 changed files with 2 additions and 2 deletions
|
@ -185,7 +185,7 @@ export class VegaParser {
|
|||
delete this.spec.width;
|
||||
delete this.spec.height;
|
||||
} else {
|
||||
this._onWarning(i18n.translate('vega.vegaParser.widthAndHeightParamsAreIngroredWithAutosizeFitWarningMessage', {
|
||||
this._onWarning(i18n.translate('vega.vegaParser.widthAndHeightParamsAreIgnoredWithAutosizeFitWarningMessage', {
|
||||
defaultMessage: 'The {widthParam} and {heightParam} params are ignored with {autosizeParam}',
|
||||
values: {
|
||||
autosizeParam: 'autosize=fit',
|
||||
|
|
|
@ -42,7 +42,7 @@ VisTypesRegistryProvider.register((Private) => {
|
|||
return VisFactory.createBaseVisualization({
|
||||
name: 'vega',
|
||||
title: 'Vega',
|
||||
description: i18n.translate('vega.type.vegaВescription', {
|
||||
description: i18n.translate('vega.type.vegaDescription', {
|
||||
defaultMessage: 'Create custom visualizations using Vega and Vega-Lite',
|
||||
description: 'Vega and Vega-Lite are product names and should not be translated',
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue