Rendered at 00:40:17 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
WaryByDesign 17 hours ago [-]
Other than that the graphs look good, I don't have much to say about the code (not a Python person), but I think the approach is great, mostly because I like using custom-generated SVGs for visualizations myself as well.
The only downside I've experienced is that it's pretty much impossible to get data-dependent interactions (tooltips and clickable links that vary based on section) to work reliably: additional Javascript has gotten me to like 80% on desktop, but not on mobile.
emilbratt 17 hours ago [-]
Looks neat! As someone who also did a barplot library with SVG output, I can tell you that this sort of program is really fun to write.
The only downside I've experienced is that it's pretty much impossible to get data-dependent interactions (tooltips and clickable links that vary based on section) to work reliably: additional Javascript has gotten me to like 80% on desktop, but not on mobile.
https://crates.io/crates/eb_bars
In recent months, I’ve been making charts for the benchmarks just by talking to Claude Code or Codex: “Generate the charts for this and that.”
I could try pointing it to your project next time. It would be easier to do with some kind of easy-to-install skills for AI agents.
I think it’s an inevitable trend this year, something people call "building for agents." (I saw someone phrase it that way on X.)