mirror of https://github.com/grafana/grafana.git
24 lines
618 B
Markdown
24 lines
618 B
Markdown
|
+++
|
||
|
# -----------------------------------------------------------------------
|
||
|
# Do not edit this file. It is automatically generated by API Documenter.
|
||
|
# -----------------------------------------------------------------------
|
||
|
title = "graphTimeFormat"
|
||
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
||
|
type = "docs"
|
||
|
+++
|
||
|
|
||
|
## graphTimeFormat variable
|
||
|
|
||
|
### graphTimeFormat variable
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
graphTimeFormat: (ticks: number | null, min: number | null, max: number | null) => string
|
||
|
```
|
||
|
<b>Import</b>
|
||
|
|
||
|
```typescript
|
||
|
import { graphTimeFormat } from '@grafana/ui';
|
||
|
```
|