UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

20 lines (16 loc) 496 B
--- title: g2-mini-progress subtitle: 迷你进度条 cols: 1 type: Components module: import { G2MiniProgressModule } from '@ohayo/chart/mini-progress'; --- 用于显示跟速度相关图形再适合不过。 ## API ### g2-mini-progress | 参数 | 说明 | 类型 | 默认值 | |----|----|----|-----| | `[target]` | 目标比例 | `number` | - | | `[color]` | 进度条颜色 | `string` | - | | `[strokeWidth]` | 进度条高度 | `number` | - | | `[percent]` | 进度比例 | `number` | - |