mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 12:42:35 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
24 lines
637 B
Markdown
24 lines
637 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "graphTimeFormatter"
|
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## graphTimeFormatter variable
|
|
|
|
### graphTimeFormatter variable
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
graphTimeFormatter: (timeZone?: string | undefined) => (epoch: number, format: string) => string
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { graphTimeFormatter } from '@grafana/ui';
|
|
```
|