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