afv-library/skills/building-webapp-analytics-charts/docs/schema-mapping.md
k-j-kim 6ab99f7368
Add webapp skills from template, sync script updates
- 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
2026-03-18 15:06:58 -07:00

223 B

Schema mapping (Recharts)

  • Time-series: { x: string, y: number } — e.g. map datex, valuey.
  • Categorical: { name: string, value: number } — e.g. map categoryname, totalvalue.