From 41be15ee4e2b3e1a12811786143817c0da301d4a Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Wed, 15 Nov 2017 14:06:17 +0100 Subject: [PATCH] Add feet to the length menu (#9889) --- public/app/core/utils/kbn.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/core/utils/kbn.ts b/public/app/core/utils/kbn.ts index baadb604685..71ade161cc3 100644 --- a/public/app/core/utils/kbn.ts +++ b/public/app/core/utils/kbn.ts @@ -891,6 +891,7 @@ kbn.getUnitFormats = function() { submenu: [ { text: 'millimetre (mm)', value: 'lengthmm' }, { text: 'meter (m)', value: 'lengthm' }, + { text: 'feet (ft)', value: 'lengthft' }, { text: 'kilometer (km)', value: 'lengthkm' }, { text: 'mile (mi)', value: 'lengthmi' }, ],