mirror of
https://github.com/valitydev/grafanalib.git
synced 2024-11-06 10:15:24 +00:00
Add days, hours, and minutes format (#98)
Seen in Grafana source - `d`:014f6d5a75/public/app/core/utils/kbn.ts (L694)
- `h`:014f6d5a75/public/app/core/utils/kbn.ts (L678)
- `m`:014f6d5a75/public/app/core/utils/kbn.ts (L660)
This commit is contained in:
parent
0359d2b1b6
commit
503137c655
@ -95,6 +95,9 @@ DURATION_FORMAT = "dtdurations"
|
||||
NO_FORMAT = "none"
|
||||
OPS_FORMAT = "ops"
|
||||
PERCENT_UNIT_FORMAT = "percentunit"
|
||||
DAYS_FORMAT = "d"
|
||||
HOURS_FORMAT = "h"
|
||||
MINUTES_FORMAT = "m"
|
||||
SECONDS_FORMAT = "s"
|
||||
MILLISECONDS_FORMAT = "ms"
|
||||
SHORT_FORMAT = "short"
|
||||
|
Loading…
Reference in New Issue
Block a user