mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-08 08:13:49 +08:00
- Add pin-template-deps.js to resolve "*" deps to exact npm versions - Integrate pinning into sync-template-skills npm script - Remove check-template-skills-versions.js (no longer needed) - Simplify workflow to single sync step - Flatten skill output: one folder per skill with cleaned names Made-with: Cursor
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`.
|