mirror of
https://gitee.com/antv/g6.git
synced 2024-12-16 02:21:25 +08:00
17 lines
272 B
Markdown
17 lines
272 B
Markdown
|
---
|
||
|
title: Timebar
|
||
|
order: 5
|
||
|
---
|
||
|
|
||
|
Timebar is a build-in Component in G6.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
The demo below show how to use timebar on graph. Timebar's style can be defined by the CSS with class name `g6-component-timebar`:
|
||
|
|
||
|
```css
|
||
|
.g6-component-timebar {
|
||
|
// css styles
|
||
|
}
|
||
|
```
|