mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
Units: Add angle units, Arc Minutes and Seconds (#16271)
This commit is contained in:
parent
c3816f3a1d
commit
fec7c3e133
@ -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…
Reference in New Issue
Block a user