Browse Source

hastic-grafana-app/issues/224

pull/1/head
Coin de Gamma 5 years ago
parent
commit
8a12bea033
  1. 8
      server/src/models/analytic_unit_model.ts

8
server/src/models/analytic_unit_model.ts

@ -14,19 +14,19 @@ export const ANALYTIC_UNIT_TYPES = {
value: 'GENERAL' value: 'GENERAL'
}, },
{ {
name: 'Peaks', name: 'Peak',
value: 'PEAK' value: 'PEAK'
}, },
{ {
name: 'Troughs', name: 'Trough',
value: 'TROUGH' value: 'TROUGH'
}, },
{ {
name: 'Jumps', name: 'Jump',
value: 'JUMP' value: 'JUMP'
}, },
{ {
name: 'Drops', name: 'Drop',
value: 'DROP' value: 'DROP'
} }
], ],

Loading…
Cancel
Save