-
Since I first tried it years ago, I never understood d3js_org: - the API is very low level (i.e. setting SVG attributes), - there is a mix between data manipulation and markup generation. I suppose to draw charts, I should be looking at higher level libraries.
-
…in reply to @steren
d3js_org It seems like vega.github.io/vega-lite/ or simply chartjs.org/ are more what I am looking for: a re-usable library of various viz and chart types.