1 repository
Mechanisms for mapping numeric data values to visual dimensions via CSS variables.
Distinct from CSS Variable Theming: Distinct from CSS Variable Theming: maps dynamic data values to dimensions rather than mapping design tokens to static themes.
Explore 1 awesome GitHub repository matching user interface & experience · Data-to-Visual Mappings. Refine with filters or upvote what's useful.
charts.css is a CSS-driven framework designed to transform semantic HTML into accessible data visualizations without relying on JavaScript. It functions as a charting library that uses standard HTML structures, such as tables and lists, to render graphs while maintaining full compatibility with screen readers. The project distinguishes itself by using CSS variables to map numeric data to visual dimensions and utility classes to control chart types and layouts. It supports a wide range of visual styles, including 3D effects, reflection effects, and customized color palettes integrated via a br
Maps numeric data values directly to visual dimensions by assigning them as CSS variables within HTML elements.