Use ephemeral or persistent chart rendering settings
Request and response shapes
Input shape
{ render: { theme?: 'auto' | 'classic' | 'dark' } }Output shape
{ settings: { showAspects: boolean; fontFamily: 'Astronomicon' | 'system-ui' } }Examples
Request example
{
"idempotencyKey": "settings-defaults-2026-07-09",
"patch": {
"showAspects": true,
"fontFamily": "system-ui"
}
}Response example
{
"settings": {
"showAspects": true,
"fontFamily": "system-ui"
}
}Common validation errors
- Guest display overrides are not persisted.
- Calculation settings, profiles, and saved charts are not accepted patches.
Related questions
- save chart theme
- temporary render settings
- persistent display defaults