2 Repos
Structural frameworks for organizing hierarchical visual elements within a data visualization context.
Distinct from Layout Components: Distinct from general Layout Components: focuses on automated spacing and positioning for quantitative data elements.
Explore 2 awesome GitHub repositories matching user interface & experience · Chart Layout Frameworks. Refine with filters or upvote what's useful.
This project is an SVG data visualization library and charting engine designed to render quantitative metrics and time-series data within a web browser. It provides a framework for creating concise visual representations of numerical data sets, such as line charts, scatterplots, and histograms. The library utilizes a component-based layout framework to organize visual elements into hierarchical structures with automated spacing and positioning. It includes a coordinate-space mapping tool that translates raw data values into pixel coordinates using linear scales and axis transformations. The
Implements a structural approach for organizing visual elements into hierarchical layouts with automated positioning.
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
Provides a structural framework for organizing the spacing and positioning of quantitative data elements.