File tree Expand file tree Collapse file tree
x-pack/plugins/lens/public/indexpattern_datasource Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ import { TimeScaleUnit } from './time_scale';
1111
1212const unitSuffixes : Record < TimeScaleUnit , string > = {
1313 s : i18n . translate ( 'xpack.lens.fieldFormats.suffix.s' , { defaultMessage : '/h' } ) ,
14- m : i18n . translate ( 'xpack.lens.fieldFormats.suffix.s ' , { defaultMessage : '/m' } ) ,
15- h : i18n . translate ( 'xpack.lens.fieldFormats.suffix.s ' , { defaultMessage : '/h' } ) ,
16- d : i18n . translate ( 'xpack.lens.fieldFormats.suffix.s ' , { defaultMessage : '/d' } ) ,
14+ m : i18n . translate ( 'xpack.lens.fieldFormats.suffix.m ' , { defaultMessage : '/m' } ) ,
15+ h : i18n . translate ( 'xpack.lens.fieldFormats.suffix.h ' , { defaultMessage : '/h' } ) ,
16+ d : i18n . translate ( 'xpack.lens.fieldFormats.suffix.d ' , { defaultMessage : '/d' } ) ,
1717} ;
1818
1919export function getSuffixFormatter ( formatFactory : FormatFactory ) {
You can’t perform that action at this time.
0 commit comments