Read, update, and apply saved chart display settings
Request and response shapes
Input shape
{ patch: { showAspects?: boolean; fontFamily?: 'Astronomicon' | 'system-ui'; ... } }Output shape
{ settings: ChartRenderingSettings }Examples
Request example
{
"patch": {
"showAspects": true,
"fontFamily": "system-ui"
}
}Response example
{
"settings": {
"showAspects": true,
"fontFamily": "system-ui"
}
}Common validation errors
- Provide at least one supported rendering setting.
Related questions
- saved chart theme
- update chart display
- render with my settings