mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-31 20:12:16 +08:00
5 lines
223 B
Markdown
5 lines
223 B
Markdown
# Schema mapping (Recharts)
|
|
|
|
- **Time-series**: `{ x: string, y: number }` — e.g. map `date`→`x`, `value`→`y`.
|
|
- **Categorical**: `{ name: string, value: number }` — e.g. map `category`→`name`, `total`→`value`.
|