getSchema
Retrieve prop schemas for Semiotic chart components to understand required parameters and enable static SVG rendering through renderChart.
Instructions
Return the prop schema for a Semiotic chart component. Pass { component: '' } to get its props, or omit component to list all available components. Components marked [renderable] can be passed to renderChart for static SVG output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component | No | Component name, e.g. 'LineChart'. Omit to list all. |