Swift Charts now runs in the browser.
Write Chart { BarMark(x: .value(...), y: .value(...)) } in MiniSwift Studio and watch it render live โ bars, lines, scatter, pie, multi-series with legends. No Mac. No Xcode. No server.
The wild part: it's a Swift compiler hand-written in C โ WebAssembly, and the charts are drawn on a <canvas> straight from the compiled UI tree. 100% client-side.




