awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ripple-ts/rippleAvatar Ripple-TS

    Ripple-TS/ripple

    7,379Vezi pe GitHub↗

    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
    Vezi pe GitHub↗7,379
  • alibaba/bizchartsAvatar alibaba

    alibaba/BizCharts

    6,198Vezi pe GitHub↗

    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
    Vezi pe GitHub↗6,198
  • executablebooks/jupyter-bookAvatar executablebooks

    executablebooks/jupyter-book

    4,251Vezi pe GitHub↗

    Jupyter Book este un editor de cărți computaționale și generator de site-uri statice care convertește notebook-urile Jupyter și fișierele markdown în cărți web interactive și documente PDF de calitate pentru publicare. Acesta servește ca instrument de documentare bazat pe markdown care execută codul încorporat în momentul build-ului și stochează rezultatele pentru afișare statică. Sistemul se distinge prin suportul pentru publicații de date interactive, permițând cititorilor să interacționeze cu widget-uri computaționale live și să lanseze notebook-uri în medii de execuție la distanță. Extinde markdown-ul standard cu un sistem de roluri și directive pentru a susține scrierea științifică, inclusiv matematică LaTeX, gestionarea citărilor bibliografice și referințe încrucișate numerotate. Platforma acoperă o gamă largă de capabilități, inclusiv formatarea academică pentru demonstrații și teoreme, gestionarea layout-ului interactiv prin panouri colapsabile și referențierea complexă între secțiuni interne și proiecte externe. De asemenea, oferă instrumente pentru organizarea conținutului prin structuri ierarhice de cărți și un cuprins decuplat. Proiectul include utilitare pentru integrarea găzduirii web și validarea integrității conținutului pentru a scana referințele întrerupte în timpul procesului de build.

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

    TypeScript
    Vezi pe GitHub↗4,251
  • tanstack/react-chartsAvatar TanStack

    TanStack/react-charts

    3,149Vezi pe GitHub↗

    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
    Vezi pe GitHub↗3,149
  • f5/unovisAvatar f5

    f5/unovis

    2,730Vezi pe GitHub↗

    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
    Vezi pe GitHub↗2,730
  1. Home
  2. User Interface & Experience
  3. Interactive Data Renderers

Explorează sub-etichetele

  • 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.