Units: Add angle units, Arc Minutes and Seconds (#16271)

pull/16327/head
Dripoul 6 years ago committed by Marcus Efraimsson
parent c3816f3a1d
commit fec7c3e133
  1. 2
      packages/grafana-ui/src/utils/valueFormats/categories.ts

@ -54,6 +54,8 @@ export const getCategories = (): ValueFormatCategory[] => [
{ name: 'Degrees (°)', id: 'degree', fn: toFixedUnit('°') },
{ name: 'Radians', id: 'radian', fn: toFixedUnit('rad') },
{ name: 'Gradian', id: 'grad', fn: toFixedUnit('grad') },
{ name: 'Arc Minutes', id: 'arcmin', fn: toFixedUnit('arcmin') },
{ name: 'Arc Seconds', id: 'arcsec', fn: toFixedUnit('arcsec') },
],
},
{

Loading…
Cancel
Save