2 रिपॉजिटरी
Tools for creating data visualizations that are natively compatible with screen readers.
Distinct from Data Visualization Tools: Focuses on screen reader compatibility and semantic HTML structures rather than general graphical data exploration.
Explore 2 awesome GitHub repositories matching data & databases · Accessible Visualization Tools. 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
Ensures data visualizations remain accessible to screen readers by utilizing semantic HTML structures.
vue-chartjs is a component library that wraps Chart.js chart types as reusable Vue components, integrating the charting library into Vue's component model. It provides reactive props binding so that charts automatically redraw when data or options change, and exposes the underlying Chart.js instance via template refs for direct programmatic access. The library also forwards Chart.js interaction events like clicks and hovers to Vue component event handlers, and applies ARIA labels to chart elements for screen reader support. The library distinguishes itself by offering typed Vue components for
Labels chart elements with ARIA attributes so screen readers can interpret visual data.