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
·

React charting library with animation support

Clasament actualizat la 30 iun. 2026

For a library for animated React charts, the strongest matches are plouc/nivo (Nivo is a React charting library that provides animated), jerairrest/react-chartjs-2 (react-chartjs-2 gives you a full-featured React charting library built) and reactchartjs/react-chartjs-2 (react-chartjs-2 is a mature React wrapper for Chart). alibaba/bizcharts and recharts/recharts round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Explorează cele mai bune biblioteci React pentru grafice animate. Comparăm repository-urile de top de pe GitHub după activitate și funcționalități.

Rezultate pentru „a library for animated React charts”

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • plouc/nivoAvatar plouc

    plouc/nivo

    14,039Vezi pe GitHub↗

    Nivo is a responsive charting framework and a React data visualization library that uses D3 for its underlying math logic. It serves as both a collection of interactive chart components for web applications and a server-side visualization engine for generating static data chart images. The project distinguishes itself by providing a containerized chart rendering API, allowing the visualization engine to be deployed via Docker to serve rendered graphics as images or files through a programmatic interface. It also features a motion engine for animated data transitions, ensuring smooth visual sh

    Nivo is a React charting library that provides animated transition support via its motion engine, interactive chart components with tooltips and hover, a wide variety of chart types, customizable themes, and responsive layouts — exactly the animated React charting solution you're looking for.

    TypeScriptReact Charting LibrariesResponsive Chart Layouts
    Vezi pe GitHub↗14,039
  • jerairrest/react-chartjs-2Avatar jerairrest

    jerairrest/react-chartjs-2

    6,933Vezi pe GitHub↗

    react-chartjs-2 is a data visualization library that provides a set of React components acting as a wrapper for Chart.js. It allows for the rendering of interactive charts and graphs within a React application using a declarative approach. The library manages HTML5 canvas charting components by tying the lifecycle of Chart.js instances to the mounting and unmounting of the React component tree. It translates component props into the configuration objects required by the underlying engine to map datasets to visual elements. The project covers a range of frontend integration capabilities, incl

    react-chartjs-2 gives you a full-featured React charting library built on Chart.js, so you get animated transitions, multiple chart types, interactive tooltips, and responsive resizing right out of the box—exactly what you need.

    TypeScriptReact Charting Libraries
    Vezi pe GitHub↗6,933
  • reactchartjs/react-chartjs-2Avatar reactchartjs

    reactchartjs/react-chartjs-2

    6,933Vezi pe GitHub↗

    react-chartjs-2 is a data visualization library that provides a set of React components to integrate the Chart.js library. It serves as a component-based charting interface for rendering dynamic data visualizations and graphs based on structured data sets. The project provides a declarative way to manage chart configurations and data updates. It maps component props to the underlying charting engine, allowing users to modify visual options and data dynamically to refresh displays. The library covers broader data visualization development, including the implementation of dynamic dashboards an

    react-chartjs-2 is a mature React wrapper for Chart.js that provides declarative chart components with built-in animated transitions, interactive tooltips and hover, a wide variety of chart types, and responsive resizing, making it a comprehensive choice for this search.

    TypeScriptReact Charting Libraries
    Vezi pe GitHub↗6,933
  • 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,

    BizCharts is a declarative React charting library built on G2, providing interactive chart components like line, bar, and scatter—this fits the React charting library intent, though its animation capabilities are inherited from G2 and not highlighted in the description.

    TypeScriptMulti-Chart Type LibrariesReact Charting Libraries
    Vezi pe GitHub↗6,198
  • recharts/rechartsAvatar recharts

    recharts/recharts

    27,241Vezi pe GitHub↗

    This project is a declarative data visualization library that provides a composable suite of user interface components for rendering interactive charts. It functions as an SVG-based charting engine, allowing developers to construct complex visualizations by nesting modular building blocks such as axes, grids, legends, and data series within a unified layout. The library distinguishes itself through a highly responsive architecture that automatically reconciles layout changes and maps data domains to pixel coordinates using mathematical scale functions. It prioritizes performance through memoi

    Recharts is a declarative, SVG-based React charting library with built-in support for animated transitions, interactive tooltips, and responsive layouts, making it a comprehensive and well-maintained choice for data visualization in React.

    TypeScriptChart AnimationsChart Customization UtilitiesChart Styling Utilities
    Vezi pe GitHub↗27,241
  • formidablelabs/victoryAvatar FormidableLabs

    FormidableLabs/victory

    11,242Vezi pe GitHub↗

    Victory is a React data visualization library and composable visualization toolkit used to build interactive charts and graphs. It functions as an SVG charting framework that renders scalable data visualizations designed to maintain consistency across different web browsers and operating systems. The project provides a collection of reusable UI primitives that combine to form complex interactive data layouts. This component-based approach allows for the construction of sophisticated graphs by composing modular visualization elements within React applications.

    Victory is a React component library for building interactive charts and graphs with built-in animated transitions, interactive tooltips, customizable theming, and support for a variety of chart types, making it a direct and comprehensive fit for your search.

    TypeScriptReact Charting Libraries
    Vezi pe GitHub↗11,242
  • uber/react-visAvatar uber

    uber/react-vis

    8,781Vezi pe GitHub↗

    react-vis is a declarative, component-based React data visualization library. It provides a framework of reusable building blocks for rendering interactive charts and graphs by mapping raw data to visual attributes such as position, color, and size. The system leverages D3 for its scaling and layout logic. The library is distinguished by its ability to handle complex data relationships, including hierarchical data via tree maps and circle packing, as well as multidimensional analysis using parallel axes and radar charts. It also supports network flow mapping to illustrate the volume and direc

    react-vis is a component-based React data visualization library offering a wide range of chart types and interactive features, with animation support via D3-driven transitions that align with your need for animated charting.

    JavaScriptChart AnimationsReact Charting Libraries
    Vezi pe GitHub↗8,781
  • airbnb/visxAvatar airbnb

    airbnb/visx

    20,629Vezi pe GitHub↗

    Visx is a collection of modular, low-level primitives designed for building custom data visualizations within a React component architecture. It functions as a toolkit for mapping data to coordinate systems and geometric shapes, allowing developers to construct bespoke charts and graphs that integrate directly into the standard component lifecycle. The library utilizes a decoupled package architecture, enabling the use of specific visualization utilities without requiring the entire framework. By leveraging established mathematical primitives for geometric calculations and functional data tra

    Visx is a low-level React visualization toolkit that provides the building blocks for custom charts with interactive tooltips, responsive sizing, and D3-based animation support, making it a genuine React charting library, though it requires more composition than a ready-made chart component set.

    TypeScriptReact Charting Libraries
    Vezi pe GitHub↗20,629
  • mui/mui-xAvatar mui

    mui/mui-x

    5,791Vezi pe GitHub↗

    MUI X is a collection of advanced React UI components for building data-rich applications, including a data grid, charting library, date and time pickers, scheduler, and tree view. The library is built with accessibility as a core principle, ensuring all components meet WCAG and WAI-ARIA standards for keyboard navigation and screen reader announcements. The components are designed for extensibility and performance. The data grid offers comprehensive data management with sorting, filtering, pagination, column pinning, row grouping, inline editing, and Excel export. The charting library support

    MUI X is a React component library that includes a charting component alongside data grids and pickers, making it the right kind of tool for building interactive charts, though its documentation does not prominently feature animated transitions.

    TypeScriptMulti-Chart Type LibrariesReact Charting Libraries
    Vezi pe GitHub↗5,791
  • 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

    tanstack/react-charts is a React component library that uses D3 and react-motion to deliver animated, interactive charts, making it a solid fit for building data visualizations with smooth transitions, though it may offer fewer out-of-the-box chart types than some broader libraries.

    HTMLReact Charting Libraries
    Vezi pe GitHub↗3,149
  • beizhedenglong/rough-chartsAvatar beizhedenglong

    beizhedenglong/rough-charts

    1,546Vezi pe GitHub↗

    Rough Charts is a React-based charting library that provides a set of modular components for building data visualizations. It enables the creation of custom charts and graphs through a declarative syntax, allowing developers to compose complex layouts by nesting individual elements like axes, series, and tooltips. The library distinguishes itself by applying a procedural, hand-drawn aesthetic to all rendered graphics. By utilizing randomized offsets to generate irregular line paths, it produces visualizations that mimic the appearance of sketches. This style is applied to standard chart eleme

    A responsive, composable React charting library with a hand-drawn style that fits the search for a charting component, though it does not prominently advertise animated transitions or interactive features like tooltips.

    TypeScriptReact Charting LibrariesResponsive Chart Layouts
    Vezi pe GitHub↗1,546
Compară top 10 dintr-o privire
RepositorySteleLimbajLicențăUltimul push
plouc/nivo14KTypeScriptMIT3 apr. 2026
jerairrest/react-chartjs-26.9KTypeScriptMIT16 iun. 2026
reactchartjs/react-chartjs-26.9KTypeScriptMIT15 iun. 2026
alibaba/bizcharts6.2KTypeScript—23 mai 2025
recharts/recharts27.2KTypeScriptMIT16 iun. 2026
formidablelabs/victory11.2KTypeScriptNOASSERTION19 dec. 2025
uber/react-vis8.8KJavaScriptMIT18 dec. 2024
airbnb/visx20.6KTypeScriptmit11 nov. 2025
mui/mui-x5.8KTypeScript—23 iun. 2026
tanstack/react-charts3.1KHTMLMIT10 mar. 2025

Related searches

  • o bibliotecă de charting pentru construirea de dashboard-uri în React
  • o bibliotecă de animații pentru componente React
  • a react library for building charts
  • librărie JavaScript pentru vizualizarea interactivă a datelor
  • librărie JS de charting pentru dashboard-uri
  • a library for rendering interactive data visualizations
  • librărie pentru crearea de animații CSS
  • librărie pentru animarea componentelor React