mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-09 08:53:18 +08:00
- Rename skill folders from salesforce-webapp-* to *-webapp-* convention - Update sync-template-skills.js: set SKILL.md front matter name to dest folder - Remove sync-template-skills workflow and pin-template-deps script - Add .synced-template-skills.json manifest, deploying-webapp-to-salesforce skill - Replace salesforce-webapp-designing-webapp-ui-ux with designing-webapp-ui-ux 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`.
|