I made a 'narrative visualization' blog post that's about pension savings. Like other places I use calculang it combines reactive programming/visualization (OJS and Vega) and calculang models (a pension calculator, which is using a separate income tax model for a tax relief calc- an example of model composition)
FP nature of calculang and no state and FRP nature of the rest makes it kinda easy to put together - Some viz signals and some calculang parameters condition on
progress
which increments as the user scrolls (the reactive systems do the rest).
I'd like to bring a few tools together to streamline DX for this kind of output for calculang models - it could be even more declarative. (+see
Fidyll)
Happy to hear any feedback or suggestions.
https://calcwithdec.dev/posts/pictures-pensions/