g6/packages/site/examples/tool/timebar/index.en.md

17 lines
272 B
Markdown
Raw Normal View History

2023-08-31 21:47:30 +08:00
---
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
}
```