docs: update all documentation for Dash migration (Phase 6)
Rewrote README.md, USER_GUIDE.md, and DEPLOYMENT.md to reflect the Dash application. Updated RALPH_PROMPT.md, guardrails.md, and DESIGN_SYSTEM.md to remove Reflex references. All non-archive documentation now reflects the current Dash + DMC architecture.
This commit is contained in:
@@ -187,8 +187,8 @@ All transitions: 150ms ease-out (faster than before)
|
||||
}
|
||||
```
|
||||
|
||||
### Reflex Implementation
|
||||
- Use `height="calc(100vh - 96px)"` for chart container
|
||||
- Use `width="100%"` with `padding_x="16px"` for full-width
|
||||
- Use `flex="1"` to let chart grow
|
||||
- Keep `min_height="500px"` as fallback
|
||||
### Dash Implementation
|
||||
- Chart container uses `dcc.Loading` wrapper around `dcc.Graph`
|
||||
- Full-width layout via CSS class `.chart-card` in `dash_app/assets/nhs.css`
|
||||
- Minimum height set via CSS: `min-height: 500px`
|
||||
- Margins controlled in `create_icicle_from_nodes()`: `t:40, l:8, r:8, b:24`
|
||||
|
||||
Reference in New Issue
Block a user