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

  • 0
  • 2
  1. 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.

    • 0
    • 0