Iām about to start building some charts for time-series data in the browser. They need to be mobile-first. Does anyone have a strong recommendation for a choice of library either in cljs or JS?
Where did you land with this? We've used d3 in the past, also vega, and more recently plotly.js for similar.
I have been using recharts.js so far. I am stuck on React 16 for various reasons, and of Recharts, Chart.js and Nivo, I had the most success with recharts
Interesting, hadn't seen that one. That could be relevant for reagent 1.x users. Thanks. š