awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • northwoodssoftware/gojsAvatar de NorthwoodsSoftware

    NorthwoodsSoftware/GoJS

    8,447Ver en 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
    Ver en GitHub↗8,447
  • ankane/chartkickAvatar de ankane

    ankane/chartkick

    6,526Ver en 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
    Ver en GitHub↗6,526
  • nicolaskruchten/pivottableAvatar de nicolaskruchten

    nicolaskruchten/pivottable

    4,440Ver en GitHub↗

    Este proyecto es una biblioteca de tablas dinámicas (pivot tables) de JavaScript y un procesador de datos del lado del cliente. Proporciona una interfaz interactiva para transformar conjuntos de datos crudos en tablas resumidas, mapas de calor y gráficos, permitiendo el análisis de datos basado en navegador sin un servidor backend. La biblioteca se distingue por una interfaz de arrastrar y soltar para la exploración dinámica de datos y la capacidad de derivar nuevos atributos mediante la agrupación de fechas o lógica personalizada. Admite una representación de datos flexible convirtiendo los resultados analizados en tablas HTML o representaciones gráficas utilizando bibliotecas de gráficos integradas o de terceros. El sistema cubre una amplia gama de capacidades analíticas, incluyendo la agregación estadística de datos, la importación de datos multiformato desde CSV y JSON, y la exportación de vistas a valores separados por tabulaciones. También incluye gestión de estado para serializar configuraciones de diseño y una capa de localización para el formato regional de idiomas y números.

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

    CoffeeScriptcrosstabpivot-chartpivot-grid
    Ver en GitHub↗4,440
  • jqhph/dcat-adminAvatar de jqhph

    jqhph/dcat-admin

    4,022Ver en GitHub↗

    dcat-admin is a Laravel admin panel framework used to rapidly build data-driven administration interfaces. It functions as a CRUD generator and backend scaffolding tool that automatically produces create, read, update, and delete interfaces based on database table schemas. The system distinguishes itself through a plugin-based extension architecture and the ability to run multiple independent administrative instances within a single installation. It provides specialized tools for mapping external APIs to forms and tables, as well as an event-driven form lifecycle for executing custom logic du

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

    PHPlaravellaravel-admin
    Ver en GitHub↗4,022
  • jtablesaw/tablesawAvatar de jtablesaw

    jtablesaw/tablesaw

    3,753Ver en 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
    Ver en GitHub↗3,753
  • stimulus-components/stimulus-componentsAvatar de stimulus-components

    stimulus-components/stimulus-components

    1,464Ver en 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
    Ver en 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

Explorar subetiquetas

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