Now that I’m Observable, I’d like to chart data. I looked at various charting libraries, but problems:
- They did not support d3 latest
- They did not provide an es6 module (for example via unpkg.com’s ?module feature)
I realize that on Observable I can use UMD/IIFE/… via require() but my work also needs to run in a project that is es6 module based.
It’s possible that I don’t really need a full blown charting library. The Visualization collection looks superb. Do most of us roll our own charts rather than using a charting library?