mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Naming: Fix wrong reactive power (kVAr) (#31962)
* Naming: Fix wrong reactive power (kVAr) * Update unit for reactive power
This commit is contained in:
parent
240e65f693
commit
3507c1d188
@ -210,7 +210,7 @@ export const getCategories = (): ValueFormatCategory[] => [
|
||||
{ name: 'Volt-ampere (VA)', id: 'voltamp', fn: SIPrefix('VA') },
|
||||
{ name: 'Kilovolt-ampere (kVA)', id: 'kvoltamp', fn: SIPrefix('VA', 1) },
|
||||
{ name: 'Volt-ampere reactive (var)', id: 'voltampreact', fn: SIPrefix('var') },
|
||||
{ name: 'Kilovolt-ampere reactive (kvar)', id: 'kvoltampreact', fn: SIPrefix('var', 1) },
|
||||
{ name: 'Kilovolt-ampere reactive (kVAr)', id: 'kvoltampreact', fn: SIPrefix('VAr', 1) },
|
||||
{ name: 'Watt-hour (Wh)', id: 'watth', fn: SIPrefix('Wh') },
|
||||
{ name: 'Watt-hour per Kilogram (Wh/kg)', id: 'watthperkg', fn: SIPrefix('Wh/kg') },
|
||||
{ name: 'Kilowatt-hour (kWh)', id: 'kwatth', fn: SIPrefix('Wh', 1) },
|
||||
|
Loading…
Reference in New Issue
Block a user