Blog · Jesse Claven · Apr 1, 2026
Interactive charts with Vega-Lite in Elixir Phoenix
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
After adding diagrams 1 , I wished I had nicer charts 2 . Interactive charts are rendered from vl fenced code blocks. The spec is validated at compile time, so any local data URLs are checked for existence too. The data lives in priv/static/data/ . Examples Here’s some examples. Loss curves A multi-series line chart using Vega-Lite’s fold transform to pivot train_loss and val_loss from wide to…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.