mirror of
https://gitee.com/antv/g6.git
synced 2024-12-16 02:21:25 +08:00
519 B
519 B
title | order |
---|---|
时间条 | 5 |
G6 中内置的 Timebar 组件,但未默认注册。需要将其引入到代码中,并使用 extend
方法注册后,方可在图实例上配置和使用。
使用指南
下面的代码演示展示了如何在图上使用 Timebar。Timebar 的样式可以使用 G6 内置的,也可以完全自定义 Timebar 的内容,要修改内置 Timebar 的样式,只需要修改 g6-component-timebar 的样式:
.g6-component-timebar {
// 自定义 CSS 内容
}