awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

Awesome GitHub RepositoriesExternal Chart Library Integration

Integration of third-party charting libraries to render complex visualizations within a diagramming framework.

Distinct from General Chart Renderers: Distinct from General Chart Renderers by specifically addressing the integration of an external library (like Chart.js) into a node's visual part.

Explore 6 awesome GitHub repositories matching data & databases · External Chart Library Integration. Refine with filters or upvote what's useful.

Awesome External Chart Library Integration GitHub Repositories

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

    NorthwoodsSoftware/GoJS

    8,447Vezi pe GitHub↗

    GoJS is a JavaScript diagramming library and canvas-based visualization engine used to build interactive flowcharts, organizational charts, and network diagrams. It functions as a data-driven framework that binds JavaScript data models to visual elements, enabling bidirectional synchronization between the underlying data and the graphical representation. The library features a comprehensive graph layout engine capable of automatically arranging nodes into trees, grids, circles, or force-directed layouts. It distinguishes itself through a template-based system for generating visual parts and a

    Renders data-driven charts from the external Chart.js library inside each diagram node.

    HTMLcanvaschartcharts
    Vezi pe GitHub↗8,447
  • ankane/chartkickAvatar ankane

    ankane/chartkick

    6,526Vezi pe GitHub↗

    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

    Integrates multiple third-party JavaScript charting libraries to render various types of visualizations.

    Ruby
    Vezi pe GitHub↗6,526
  • nicolaskruchten/pivottableAvatar nicolaskruchten

    nicolaskruchten/pivottable

    4,440Vezi pe GitHub↗

    This project is a JavaScript pivot table library and client-side data processor. It provides an interactive interface for transforming raw datasets into summarized tables, heatmaps, and charts, allowing for browser-based data analysis without a backend server. The library distinguishes itself through a drag-and-drop interface for dynamic data exploration and the ability to derive new attributes via date binning or custom logic. It supports flexible data rendering by converting analyzed results into HTML tables or graphical representations using integrated or third-party charting libraries. T

    Integrates with third-party graphing libraries like D3 and C3 to render pivot analysis as charts.

    CoffeeScriptcrosstabpivot-chartpivot-grid
    Vezi pe GitHub↗4,440
  • jqhph/dcat-adminAvatar jqhph

    jqhph/dcat-admin

    4,022Vezi pe GitHub↗

    dcat-admin este un framework de panou de administrare Laravel utilizat pentru a construi rapid interfețe administrative bazate pe date. Funcționează ca un generator CRUD și instrument de scaffolding backend care produce automat interfețe de creare, citire, actualizare și ștergere bazate pe schemele tabelelor din baza de date. Sistemul se distinge printr-o arhitectură de extensii bazată pe plugin-uri și capacitatea de a rula mai multe instanțe administrative independente într-o singură instalare. Oferă instrumente specializate pentru maparea API-urilor externe către formulare și tabele, precum și un ciclu de viață al formularului bazat pe evenimente pentru executarea de logică personalizată în timpul rezoluției și trimiterii. Framework-ul acoperă o gamă largă de domenii de capabilități, inclusiv controlul accesului bazat pe roluri (RBAC) pentru gestionarea permisiunilor ierarhice, o suită completă de grile de gestionare a datelor cu editare inline și fluxuri de lucru pentru formulare în mai mulți pași. Include, de asemenea, instrumente de vizualizare a datelor pentru dashboard-uri operaționale și o varietate de utilitare de manipulare a conținutului pentru încărcări de fișiere mari și editare text îmbogățit. Sunt furnizate utilitare de linie de comandă pentru a automatiza generarea componentelor administrative și a claselor de acțiune.

    Links visualization components to backend endpoints to update displayed data dynamically based on user input.

    PHPlaravellaravel-admin
    Vezi pe GitHub↗4,022
  • jtablesaw/tablesawAvatar jtablesaw

    jtablesaw/tablesaw

    3,753Vezi pe GitHub↗

    Tablesaw is a Java dataframe library designed for manipulating, filtering, and aggregating structured data. It serves as a toolkit for statistical analysis, data visualization, and machine learning execution within the Java Virtual Machine. The project provides specialized tools for computing descriptive statistics and generating cross-tabulations. It includes a visualization library for creating histograms and scatter plots, as well as a framework for executing linear regression, clustering, and classification tasks through integration with statistical libraries. The library covers a broad

    Interfaces with external charting libraries to translate internal data structures into interactive visualizations.

    Java
    Vezi pe GitHub↗3,753
  • stimulus-components/stimulus-componentsAvatar stimulus-components

    stimulus-components/stimulus-components

    1,464Vezi pe GitHub↗

    Stimulus-components is a collection of reusable frontend controllers and modular interface components designed to add interactive behaviors to server-rendered templates. It provides a lightweight library of DOM manipulation modules that integrate cleanly with existing HTML markup without heavy JavaScript frameworks or complex compilation steps. The library covers a broad range of domain-specific frontend capabilities, including dynamic form automation, system-level clipboard operations, and data visualization integrations. Form management utilities support automatic submission on input change

    Integrates external charting libraries to display visual data representations directly inside web pages for dynamic reporting.

    TypeScriptnpm-packagerailsstimulus-components
    Vezi pe GitHub↗1,464
  1. Home
  2. Data & Databases
  3. Data Visualization Charts
  4. JSON Data Chart Renderers
  5. General Chart Renderers
  6. External Chart Library Integration

Explorează sub-etichetele

  • Dynamic Data IntegrationLinks visualization components to live backend endpoints for real-time data updates. **Distinct from External Chart Library Integration:** Focuses on the data-binding between charts and backend endpoints rather than just the integration of a charting library.