2 repositorios
Interactive charting libraries built on D3.js that render charts from a single declarative configuration object.
Distinct from D3.js Implementations: Distinct from D3.js Implementations: focuses on declarative configuration-driven chart generation, not general D3.js implementations.
Explore 2 awesome GitHub repositories matching web development · Declarative Chart Libraries. Refine with filters or upvote what's useful.
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
Renders interactive data visualizations from a single declarative configuration object using D3.js.
react-stockcharts is a financial charting library built with React and D3 for visualizing market price data. It provides a system for rendering stock charts and candlestick visualizations to represent market movement. The library functions as a technical analysis tool that computes and overlays mathematical trading indicators on price charts. It includes an interactive interface for navigating financial data through zooming, panning, and the addition of manual geometric annotations. The project covers financial data visualization, market price tracking, and the creation of interactive tradin
Allows users to configure chart behavior and styling through a declarative React props API.