Sam Richard
@Snugug
BBQ lead, ChromeOS DevRel. Mostly food, sometimes design and development, especially for the web. 7008px tall. He/him.
An archive of my Twitter timeline up until I moved to Mastodon. You can find me there at @[email protected]
Question for the web dev peeps: what’s a good, small, performance conscious graphing lib? Looking mainly for donut and scatter/line graphs. Animated not needed, willing to do CSS only, must be tree shakable if JS
Thanks for the rec’s all! Looks like Chart JS is the best right now, but building a line chart is still ~170kb of JS, which I don’t love. Chart CSS doesn’t appear to support code splitting r/n, and that’s 85KB of CSS, so I think I may need to go with JS.