top | item 43624489

(no title)

wlkr | 10 months ago

Funny seeing this here with your comment, as I was exploring using ECharts for a project recently to work exactly with HTMX from a Clojure backend. I eventually settled on Chart.js as I found that for my use case, I wanted the charts to more easily fit their dynamically sized container, which isn’t quite as simple with ECharts and Vega. I also didn't need particularly complex plots. Nevertheless, this is a nice project! There remain some open challenges with web-based visualisation libraries more generally around responsive design and accessibility, but we’ve come a long way.

discuss

order

simlevesque|10 months ago

Did you look at charts.css ?

https://chartscss.org/

wlkr|10 months ago

This looks great, thanks! I didn't come across this this in my search but I'll definitely try it out.

jollyllama|10 months ago

> more easily fit their dynamically sized container

I've done this for more simpler elements. Copilot helped me come up with a little bit of custom JS in those cases.