clojurescript

ccann 2025-11-07T16:01:39.466569Z

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?

Harold 2025-11-20T13:37:25.166499Z

Where did you land with this? We've used d3 in the past, also vega, and more recently plotly.js for similar.

ccann 2025-11-20T16:03:41.763809Z

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

Harold 2025-11-20T16:21:58.839859Z

Interesting, hadn't seen that one. That could be relevant for reagent 1.x users. Thanks. šŸ‘

šŸ‘ 1