awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 रिपॉजिटरी

Awesome GitHub RepositoriesFramework Specific Libraries

Charting components and wrappers tailored for specific frontend frameworks.

Explore 11 awesome GitHub repositories matching part of an awesome list · Framework Specific Libraries. Refine with filters or upvote what's useful.

Awesome Framework Specific Libraries GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • plouc/nivoplouc का अवतार

    plouc/nivo

    14,039GitHub पर देखें↗

    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

    Composable React components built on top of D3.

    TypeScriptcanvaschartscomponents
    GitHub पर देखें↗14,039
  • formidablelabs/victoryFormidableLabs का अवतार

    FormidableLabs/victory

    11,242GitHub पर देखें↗

    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.

    Composable React components for interactive data visualization.

    TypeScriptchartsd3data-visualization
    GitHub पर देखें↗11,242
  • uber-common/react-visuber-common का अवतार

    uber-common/react-vis

    8,785GitHub पर देखें↗

    react-vis एक React डेटा विज़ुअलाइज़ेशन लाइब्रेरी और डिक्लेरेटिव चार्टिंग फ्रेमवर्क है जिसका उपयोग कंपोज़ेबल ग्राफिकल रिप्रेजेंटेशन बनाने के लिए किया जाता है। यह सरल बिल्डिंग ब्लॉक्स को बड़े चार्ट स्ट्रक्चर्स में संयोजित करके जटिल विज़ुअलाइज़ेशन रेंडर करने के लिए एक सिस्टम प्रदान करती है। इस लाइब्रेरी में सनबर्स्ट डायग्राम्स और ट्री मैप्स के माध्यम से पदानुक्रमित डेटा मैपिंग के लिए विशेष टूल्स शामिल हैं, साथ ही सैंकी डायग्राम्स का उपयोग करके प्रवाह और संबंध विज़ुअलाइज़ेशन भी शामिल है। यह पैरेलल कोऑर्डिनेट्स, रडार चार्ट्स और रेडियल विज़ुअलाइज़ेशन के माध्यम से उच्च-आयामी डेटा को प्लॉट करने के लिए एक मल्टीवेरिएट डेटा विज़ुअलाइज़र भी प्रदान करती है। यह फ्रेमवर्क चार्ट लीजेंड मैनेजमेंट और ऑर्थोगोनल कोऑर्डिनेट प्लॉट्स के साथ-साथ लाइन, बार और पाई चार्ट्स के लिए स्टैंडर्ड चार्टिंग कार्यान्वयन को सपोर्ट करता है। ये विज़ुअलाइज़ेशन स्केलेबल वेक्टर ग्राफिक्स (SVG) का उपयोग करके उत्पन्न किए जाते हैं।

    Collection of React components for common data charts.

    JavaScript
    GitHub पर देखें↗8,785
  • uber/react-visuber का अवतार

    uber/react-vis

    8,781GitHub पर देखें↗

    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

    Visualization system for building composable React charts.

    JavaScriptchartcharting-librarydata-visualization
    GitHub पर देखें↗8,781
  • jerairrest/react-chartjs-2jerairrest का अवतार

    jerairrest/react-chartjs-2

    6,933GitHub पर देखें↗

    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 wrapper for the popular Chart.js library.

    TypeScript
    GitHub पर देखें↗6,933
  • esbullington/react-d3esbullington का अवतार

    esbullington/react-d3

    1,744GitHub पर देखें↗

    Modular ReactJS charts made using d3 chart utilities. Work on project documentation has started here. A few examples of the available charts can be seen below, the others can be viewed here, side-by-side with the React code that generates the charts.

    React-based SVG generation using D3 calculations.

    JavaScript
    GitHub पर देखें↗1,744
  • n3-charts/line-chartn3-charts का अवतार

    n3-charts/line-chart

    1,198GitHub पर देखें↗

    Awesome charts for AngularJS.

    D3-based line charts for AngularJS applications.

    TypeScript
    GitHub पर देखें↗1,198
  • apinet/lit-lineapinet का अवतार

    apinet/lit-line

    22GitHub पर देखें↗

    lit-line is a minimal line chart web component for modern websites.

    Responsive line chart web component for Lit.

    TypeScript
    GitHub पर देखें↗22
  • chartshq/react-muzechartshq का अवतार

    chartshq/react-muze

    17GitHub पर देखें↗

    React-Muze is a React wrapper over the core Muze library. It provides React bindings for Muze and makes it easier to create charts using Muze for your React applications.

    React integration for WebAssembly-based exploratory visualizations.

    TypeScript
    GitHub पर देखें↗17
  • kirillstepkin/jquery-linechartK

    kirillstepkin/jquery-linechart

    0GitHub पर देखें↗

    Simple line chart plugin for jQuery environments.

    GitHub पर देखें↗0
  • kirillstepkin/scaleK

    kirillstepkin/scale

    0GitHub पर देखें↗

    Lightweight line chart implementation for Angular.

    GitHub पर देखें↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Framework Specific Libraries