Units: Match 'length' case with other categories (#25702)

pull/25748/head
Philipp Trulson 5 years ago committed by GitHub
parent 3b383149db
commit b8d49999b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/grafana-data/src/valueFormats/categories.ts

@ -259,7 +259,7 @@ export const getCategories = (): ValueFormatCategory[] => [
],
},
{
name: 'length',
name: 'Length',
formats: [
{ name: 'millimeter (mm)', id: 'lengthmm', fn: decimalSIPrefix('m', -1) },
{ name: 'feet (ft)', id: 'lengthft', fn: toFixedUnit('ft') },

Loading…
Cancel
Save