2 Repos
Styling and positioning of main titles and captions for data visualizations.
Distinct from Chart Annotations: Distinct from Chart Annotations: focuses on the overall visualization heading rather than point-specific labels or lines.
Explore 2 awesome GitHub repositories matching data & databases · Chart Titles. 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
Displays configurable titles and captions for visualizations using semantic HTML.
billboard.js is a JavaScript charting library built on D3.js that renders interactive data visualizations from a single declarative configuration object. It supports a wide range of chart types including bar, line, pie, scatter, area, spline, step, candlestick, funnel, gauge, heatmap, radar, polar, treemap, bubble, donut, and sparkline charts, and can overlay multiple chart types within a single visualization. The library offers an opt-in Canvas rendering mode for improved performance with large datasets and high-density axis displays, alongside its standard SVG-based rendering. The library d
Displays a configurable text title above the chart for context and labeling.