2 repositorios
Swaps between stacked area and line chart renderers at runtime while preserving chart state and redrawing on demand.
Distinct from Switch Rendering: Distinct from Switch Rendering: focuses on swapping chart renderers (e.g., stacked area to line) rather than general UI element switching.
Explore 2 awesome GitHub repositories matching user interface & experience · Chart Renderer Swaps. Refine with filters or upvote what's useful.
Chartkick is a Ruby on Rails visualization library and JavaScript charting wrapper that provides a high-level interface for integrating interactive charts into web applications. It functions as a multi-engine charting adapter, wrapping various JavaScript charting libraries to provide a consistent API for rendering data visualizations. The project is distinguished by its engine abstraction, which allows users to switch between different JavaScript charting libraries without modifying the underlying data sources. It also supports asynchronous data visualization, fetching chart data from remote
Enables swapping the underlying rendering engine for a chart while preserving its state.
Rickshaw is a JavaScript library for building interactive, SVG-based time series charts in the browser. It provides a framework for rendering line, area, bar, and scatterplot visualizations from data series, with built-in support for axes, legends, color palettes, and interactive controls. The library distinguishes itself through a plugin-based architecture that allows renderers to be swapped at runtime, such as switching between stacked area and line chart views while preserving chart state. It includes an event-driven interaction layer for hover details, click behaviors, and drag-based rang
Swaps between stacked area and line visualizations by replacing the active rendering module while preserving axis and interaction state.