Charts.css: CSS data visualization framework
chartscss.org
Charts.css: CSS data visualization framework
1–10 of 77 posts
Re: Charts.css: CSS data visualization framework
#2This is a pretty smart implementation. Actually css charts, with accessible data. pretty cool
Re: Charts.css: CSS data visualization framework
#3Nice proof of concept. Might be good enough for basic visualisations but once you det into labelling it becomes unwieldy.
Re: Charts.css: CSS data visualization framework
#4Would love to see CSS + JS charts, which use custom HTML tags and injected JavaScript to declaratively create more interactive charts, but fallback to something like this if JS is not available
Re: Charts.css: CSS data visualization framework
#5hasn't been updated for 2 years
Re: Charts.css: CSS data visualization framework
#6previously discussed: https://news.ycombinator.com/item?id=26494819
Re: Charts.css: CSS data visualization framework
#7No scatter plot?
Re: Charts.css: CSS data visualization framework
#8hasn't been updated for 2 years
does it not work?
Re: Charts.css: CSS data visualization framework
#9I've been recently searching for an accessible, responsive, CSS-only (bar) chart library. Chart.css mostly fulfils those criteria, but it doesn't support displaying chart _values_ within the chart itself. For example, in the bar chart you can see the relation between the values, but you don't see the absolute values. This makes the library a poor option for most statistical usages, unfortunately. In the end, I've implemented the bar chart myself to fulfil all the criteria.
EDIT: As pointed out, displaying values within the chart is actually supported via "axis titles".