You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.2 KiB
39 lines
1.2 KiB
6 years ago
|
---
|
||
|
category: Components
|
||
|
type: Data Display
|
||
|
title: Statistic
|
||
|
---
|
||
|
|
||
|
Display statistic number.
|
||
|
|
||
|
## When To Use
|
||
|
|
||
|
* When want to highlight some data.
|
||
|
* When want to display statistic data with description.
|
||
|
|
||
|
## API
|
||
|
|
||
|
#### Statistic
|
||
|
|
||
|
| Property | Description | Type | Default |
|
||
|
| -------- | ----------- | ---- | ------- |
|
||
|
| decimalSeparator | decimal separator | string | - |
|
||
|
| formatter | customize value display logic | (value) => ReactNode | - |
|
||
|
| precision | precision of input value | number | - |
|
||
|
| prefix | prefix node of value | string \| ReactNode | - |
|
||
|
| suffix | suffix node of value | string \| ReactNode | - |
|
||
|
| title | Display title | string \| ReactNode | - |
|
||
|
| value | Display value | string \| number | - |
|
||
|
| valueStyle | Set value css style | style | - |
|
||
|
|
||
|
#### Statistic.Countdown
|
||
|
|
||
|
| Property | Description | Type | Default |
|
||
|
| -------- | ----------- | ---- | ------- |
|
||
|
| format | Format as [moment](http://momentjs.com/) | string | 'HH:mm:ss' |
|
||
|
| prefix | prefix node of value | string \| ReactNode | - |
|
||
|
| suffix | suffix node of value | string \| ReactNode | - |
|
||
|
| title | Display title | string \| ReactNode | - |
|
||
|
| value | Set target countdown time | number \| moment | - |
|
||
|
| valueStyle | Set value css style | style | - |
|