awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesInteractive Data Renderers

Tools for creating interactive charts and graphs that visually represent complex datasets.

Distinct from Interactive Visualization Rendering: None of the candidates accurately represent a general-purpose reactive data visualization capability within a UI framework.

Explore 5 awesome GitHub repositories matching user interface & experience · Interactive Data Renderers. Refine with filters or upvote what's useful.

Awesome Interactive Data Renderers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ripple-ts/rippleAvatar von Ripple-TS

    Ripple-TS/ripple

    7,379Auf GitHub ansehen↗

    Ripple is a full-stack TypeScript web framework and reactive UI library used for building interfaces with server-side rendering. It organizes user interfaces into a hierarchy of reusable, scoped components with built-in state management and client-side hydration. The framework is distinguished by its fine-grained reactivity, which updates specific DOM elements without requiring full component re-renders. It integrates server-side logic and client-side components within a single TypeScript codebase, enabling a unified full-stack development workflow. The system covers a broad range of capabil

    Provides capabilities for rendering interactive charts and graphs that represent complex datasets visually.

    JavaScript
    Auf GitHub ansehen↗7,379
  • alibaba/bizchartsAvatar von alibaba

    alibaba/BizCharts

    6,198Auf GitHub ansehen↗

    BizCharts is a React charting library that wraps the G2 grammar of graphics, providing declarative React components for building interactive data visualizations. It bridges G2's imperative charting API with React's declarative component model, enabling chart creation through nested component composition without writing imperative code. The library distinguishes itself by mapping G2's grammar of graphics primitives directly to React component types, allowing chart series like line, bar, and scatter to be expressed as interchangeable React components. It synchronizes G2 chart instance creation,

    Renders charts that respond to user interactions such as hover, click, and zoom for data exploration.

    TypeScript
    Auf GitHub ansehen↗6,198
  • executablebooks/jupyter-bookAvatar von executablebooks

    executablebooks/jupyter-book

    4,251Auf GitHub ansehen↗

    Jupyter Book is a computational book publisher and static site generator that converts Jupyter notebooks and markdown files into interactive web books and publication-quality PDF documents. It serves as a markdown-based documentation tool that executes embedded code at build time and caches the resulting outputs for static display. The system distinguishes itself by supporting interactive data publications, allowing readers to engage with live computational widgets and launch notebooks in remote execution environments. It extends standard markdown with a system of roles and directives to supp

    Displays rich, interactive outputs and widgets within the rendered website for a dynamic user experience.

    TypeScript
    Auf GitHub ansehen↗4,251
  • tanstack/react-chartsAvatar von TanStack

    TanStack/react-charts

    3,149Auf GitHub ansehen↗

    This library provides a set of tools for building dynamic data visualizations within React applications. It functions as a declarative framework that allows developers to define complex graphical representations through configuration settings rather than manual manipulation of the document object model. The library specializes in rendering interactive Cartesian charts, including line, bar, bubble, and area plots. It distinguishes itself by utilizing a coordinate-system-based mapping approach that translates raw data into pixel positions, combined with a component-based architecture that enabl

    Provides interactive chart components that respond to user input for dynamic data exploration.

    HTMLchartcomponentd3
    Auf GitHub ansehen↗3,149
  • f5/unovisAvatar von f5

    f5/unovis

    2,730Auf GitHub ansehen↗

    Unovis is a modular SVG and Canvas data visualization library used to build interactive charts, maps, and network graphs. It provides a framework-agnostic set of primitives for creating data dashboards and specialized visualizations. The library is distinguished by its dedicated toolkits for different visualization domains, including an XY charting library for coordinated plots, a network graph framework for relational data, and a geospatial visualization toolkit for TopoJSON-based mapping. Its capability surface covers a wide range of data representations, including linear, area, and bar ch

    Provides interactive vertical lines and markers that follow user interaction to pinpoint specific data values.

    TypeScriptangularchartsdata-visualization
    Auf GitHub ansehen↗2,730
  1. Home
  2. User Interface & Experience
  3. Interactive Data Renderers

Unter-Tags erkunden

  • Interactive Coordinate OverlaysVisual markers and lines that track data coordinates during user interaction. **Distinct from Interactive Data Renderers:** Focuses on the visual overlay of coordinates during interaction rather than a general interactive renderer.
  • Resource Content ResolversLogic for resolving remote resource identifiers into renderable UI content within a client application. **Distinct from Interactive Data Renderers:** Distinct from Interactive Data Renderers as it handles the general resolution of UI resources rather than specifically data visualizations.