%%{init: {"themeVariables": {"fontSize": "24px"}}}%%
flowchart LR
G[Goals] ==> P[Problem]
P ==> Q[Question]
Q ==> Da[Data]
Da ==> M[Model]
M ==> R[Result]
R ==> V[Visual Story]
V ==> D[Decision]
style V fill:#FFD966,stroke:#333,stroke-width:3px,color:#000
The story is not automatically in the data.
The analyst has to surface it.






