awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

32 مستودعات

Awesome GitHub RepositoriesComposite Visualizations

Tools that combine multiple distinct chart types into a single unified visual representation of data.

Explore 32 awesome GitHub repositories matching graphics & multimedia · Composite Visualizations. Refine with filters or upvote what's useful.

Awesome Composite Visualizations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • chartjs/chart.jsالصورة الرمزية لـ chartjs

    chartjs/Chart.js

    67,526عرض على GitHub↗

    Chart.js is a declarative data visualization framework that renders interactive, responsive charts directly onto an HTML5 canvas element. It functions as a configuration-driven engine, transforming structured datasets into complex graphical representations by merging user-defined settings with global defaults. The library utilizes a high-performance rendering pipeline that executes drawing commands during each animation frame to maintain smooth visual feedback. The project distinguishes itself through a modular, extensible architecture that allows developers to register custom scales, control

    Combines multiple visualization styles within a single chart by assigning unique types to individual datasets.

    JavaScriptcanvaschartgraph
    عرض على GitHub↗67,526
  • graphiteeditor/graphiteالصورة الرمزية لـ GraphiteEditor

    GraphiteEditor/Graphite

    24,258عرض على GitHub↗

    Graphite is a node-based visual design environment that integrates vector illustration, raster image processing, and motion graphics generation into a single platform. It utilizes a functional reactive pipeline and a data-flow execution model to propagate state changes through a graph of interconnected nodes, allowing users to construct complex, automated design workflows. The platform distinguishes itself through a context-aware evaluation engine that injects runtime metadata—such as coordinate data and loop indices—directly into the node graph. This enables the creation of procedural geomet

    Combines multiple raster, color, or gradient inputs into a single blended output.

    Rust2d-graphicsanimationart
    عرض على GitHub↗24,258
  • perspective-dev/perspectiveالصورة الرمزية لـ perspective-dev

    perspective-dev/perspective

    10,981عرض على GitHub↗

    Perspective is a columnar data analytics engine and high-performance visualization component powered by WebAssembly. It provides a system for analyzing and visualizing large or streaming datasets through interactive data grids and charts, utilizing a compiled binary to achieve near-native performance within the browser. The project distinguishes itself through a WebSocket-based data streaming interface and deep Apache Arrow integration, which minimize memory overhead when synchronizing tables between servers and clients. It acts as a remote query proxy capable of translating visualization con

    Supports a wide array of chart types including line, bar, scatter, heatmap, treemap, and candlestick.

    C++analyticsbidata-visualization
    عرض على GitHub↗10,981
  • jackzhenguo/python-small-examplesالصورة الرمزية لـ jackzhenguo

    jackzhenguo/python-small-examples

    8,132عرض على GitHub↗

    This project is a comprehensive library of practical Python code examples and patterns. It provides a collection of scripts and snippets designed to demonstrate a wide range of programming tasks, from basic syntax to advanced implementation patterns. The repository focuses on several core domains, including the implementation of concurrency and multithreading examples, data analysis snippets for cleaning and manipulating tabular data, and various data visualization examples. It also covers automation scripts for file system management and a variety of general programming patterns. Additional

    Renders bar and line graphs on a single coordinate system for simultaneous comparison.

    Pythondata-sciencemachine-learningpython
    عرض على GitHub↗8,132
  • jeecgboot/jimureportالصورة الرمزية لـ jeecgboot

    jeecgboot/jimureport

    8,059عرض على GitHub↗

    JimuReport is an open-source reporting and dashboard engine designed to be embedded directly into Spring Boot applications. Its core identity centers on generating data reports and full-screen dashboards from natural language descriptions, eliminating the need for manual design. The platform also provides a conversational query interface that translates plain-language questions into database queries, returning results as tables and charts without requiring SQL knowledge. What distinguishes JimuReport is its integration of AI skills that can be installed with a single command, enabling report

    Offers a library of chart types including bar, line, pie, radar, and map for representing different data patterns.

    Javaaibibigscreen
    عرض على GitHub↗8,059
  • timqian/chart.xkcdالصورة الرمزية لـ timqian

    timqian/chart.xkcd

    7,838عرض على GitHub↗

    chart.xkcd is a client-side JavaScript library used to generate data visualizations as scalable vector graphics directly in the browser. It functions as a graphing utility that manipulates DOM elements to produce various chart types without requiring server-side dependencies. The library is distinguished by a rendering engine that applies randomized stroke offsets and variable line weights to SVG paths. This process simulates a sketchy, hand-drawn aesthetic for data charts, creating a comic-like visual style. The project supports a variety of visualization formats, including bar, line, circu

    Overlays different dataset types, such as bars and lines, on a shared coordinate system.

    JavaScriptchartgraphhand-drawn
    عرض على GitHub↗7,838
  • imanneofight/fl_chartالصورة الرمزية لـ imaNNeoFighT

    imaNNeoFighT/fl_chart

    7,539عرض على GitHub↗

    fl_chart هي مكتبة رسوم بيانية ومجموعة أدوات لتصور البيانات لـ Flutter. توفر مجموعة من الأدوات القابلة للتخصيص المستخدمة لعرض مجموعات البيانات كرسومات بصرية عبر منصات الجوال والويب وسطح المكتب. يدعم إطار العمل مجموعة متنوعة من أنواع الرسوم البيانية، بما في ذلك الرسوم الخطية، والأعمدة، والقطاعات، والمبعثرة، والرادارية، والشمعدانية. تمكن هذه الأدوات من إنشاء لوحات تحكم تعتمد على البيانات وتقارير تحليلية، مثل تلك المستخدمة لتتبع اتجاهات الأسواق المالية وحركات الأسعار.

    Ships a broad catalog of chart types including line, bar, pie, scatter, radar, and candlesticks.

    Dart
    عرض على GitHub↗7,539
  • dc-js/dc.jsالصورة الرمزية لـ dc-js

    dc-js/dc.js

    7,431عرض على GitHub↗

    dc.js is a multi-dimensional analysis tool and visualization framework used to build interactive data dashboards. It functions as a charting library that renders diverse SVG visualizations powered by D3 and integrates natively with Crossfilter to enable coordinated filtering across large datasets. The project is distinguished by its linked-view coordination, where selecting a data range or category in one chart simultaneously updates all other connected views. This allows for dynamic data exploration through dimensional chart linking and coordinated brushing, transforming raw datasets into na

    Provides charts that support multiple data series types within a single coordinate system.

    JavaScript
    عرض على GitHub↗7,431
  • purocean/ynالصورة الرمزية لـ purocean

    purocean/yn

    6,638عرض على GitHub↗

    yn هو محرر نصوص Markdown وأداة لإدارة المعرفة مصمم كلوحة مستندات تفاعلية. يعمل كنظام تدوين ملاحظات شبكي لتنظيم المعلومات عبر روابط الويكي، والوسوم، ومستودعات الملفات المحلية، مع دمج مساعد كتابة ذكاء اصطناعي لتوليد النصوص وإكمالها آلياً. يتميز المشروع بقدرات رسم المخططات متعددة المحركات، والتي تحول بناء الجملة النصي إلى مرئيات باستخدام Mermaid وPlantUML وECharts. يوظف إطار عمل إضافات قابلاً للتوسيع يسمح بإضافة عناصر واجهة مستخدم وميزات مخصصة من خلال وحدات JavaScript وخطافات الأحداث. يغطي التطبيق مجموعة واسعة من قدرات تأليف المحتوى والقدرات التقنية، بما في ذلك عرض الرياضيات بـ LaTeX، وتنفيذ الكود المدمج، وتوليد شرائح العرض التفاعلية. يوفر تنظيماً متقدماً للمستندات من خلال تصورات رسم بياني للمعرفة ويتضمن أدوات لتشفير المستندات، وتتبع الإصدارات، وتحويل التنسيق المدفوع بالواجهة الخلفية. يمكن بدء التطبيق بمنافذ مخصصة، وأدلة بيانات، وأنماط وصول باستخدام معلمات سطر الأوامر.

    Transforms JavaScript code blocks into interactive graphics by embedding custom ECharts configurations.

    TypeScript
    عرض على GitHub↗6,638
  • chartscss/charts.cssالصورة الرمزية لـ ChartsCSS

    ChartsCSS/charts.css

    6,569عرض على GitHub↗

    charts.css is a CSS-driven framework designed to transform semantic HTML into accessible data visualizations without relying on JavaScript. It functions as a charting library that uses standard HTML structures, such as tables and lists, to render graphs while maintaining full compatibility with screen readers. The project distinguishes itself by using CSS variables to map numeric data to visual dimensions and utility classes to control chart types and layouts. It supports a wide range of visual styles, including 3D effects, reflection effects, and customized color palettes integrated via a br

    Renders a broad range of chart types including bar, line, and pie charts using a unified CSS framework.

    HTMLchartchartscss
    عرض على GitHub↗6,569
  • ankane/chartkickالصورة الرمزية لـ ankane

    ankane/chartkick

    6,526عرض على 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

    Functions as a multi-engine adapter to toggle between different JavaScript charting libraries.

    Ruby
    عرض على GitHub↗6,526
  • scottplot/scottplotالصورة الرمزية لـ ScottPlot

    ScottPlot/ScottPlot

    6,417عرض على GitHub↗

    ScottPlot is a cross-platform, high-performance charting library for .NET that renders interactive plots across desktop and web GUI frameworks including Windows Forms, WPF, MAUI, Avalonia, Blazor, and WinUI. It provides an optimized rendering engine capable of displaying millions of data points with interactive pan, zoom, and live data streaming, while also supporting image export to formats like PNG and SVG for file output, cloud applications, and notebooks. The library distinguishes itself through a comprehensive set of chart types including scatter, line, bar, pie, heatmap, financial, rada

    Supports scatter, line, bar, pie, heatmap, financial, radar, polar, and statistical chart types.

    C#chartchartingcharts
    عرض على GitHub↗6,417
  • dataease/sqlbotالصورة الرمزية لـ dataease

    dataease/SQLBot

    6,297عرض على GitHub↗

    🔥 基于大模型和 RAG 的智能问数系统,对话式数据分析神器。Text-to-SQL Generation via LLMs using RAG.

    Arranges charts from multiple question-answer sessions into a unified dashboard layout for reporting or monitoring.

    JavaScriptchatbideepseekllm
    عرض على GitHub↗6,297
  • alibaba/bizchartsالصورة الرمزية لـ alibaba

    alibaba/BizCharts

    6,198عرض على 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,

    Supports a wide range of chart types including line, point, and other common visualizations through reusable components.

    TypeScript
    عرض على GitHub↗6,198
  • naver/billboard.jsالصورة الرمزية لـ naver

    naver/billboard.js

    5,980عرض على GitHub↗

    billboard.js is a JavaScript charting library built on D3.js that renders interactive data visualizations from a single declarative configuration object. It supports a wide range of chart types including bar, line, pie, scatter, area, spline, step, candlestick, funnel, gauge, heatmap, radar, polar, treemap, bubble, donut, and sparkline charts, and can overlay multiple chart types within a single visualization. The library offers an opt-in Canvas rendering mode for improved performance with large datasets and high-density axis displays, alongside its standard SVG-based rendering. The library d

    Combines multiple chart types like bar, line, spline, and area within a single visualization.

    TypeScript
    عرض على GitHub↗5,980
  • flot/flotالصورة الرمزية لـ flot

    flot/flot

    5,911عرض على GitHub↗

    Flot is an interactive charting library for jQuery that renders line, bar, pie, and time-series plots with zooming and panning. It provides interactive plots for engineering and scientific data with customizable axes, scales, and series styles, and supports real-time data updates. The library is built as a jQuery plugin with a canvas-based rendering pipeline and a plugin extension system that allows third-party code to add new chart types, interactions, and data transformations. The library distinguishes itself through a broad range of specialized chart types, including candlestick, bubble, r

    Renders candlestick, bubble, radar, Gantt, waterfall, and pyramid charts alongside standard types.

    JavaScript
    عرض على GitHub↗5,911
  • evidence-dev/evidenceالصورة الرمزية لـ evidence-dev

    evidence-dev/evidence

    5,919عرض على GitHub↗

    Overlays bars, lines, areas, scatter points, and bubbles on a single chart to compare different metrics together.

    JavaScriptanalyticsbusiness-intelligencedashboard
    عرض على GitHub↗5,919
  • epezent/implotالصورة الرمزية لـ epezent

    epezent/implot

    5,923عرض على GitHub↗

    Renders line, scatter, bar, heatmap, histogram, and image charts on a single plot.

    C++guiimguiimplot
    عرض على GitHub↗5,923
  • mui/mui-xالصورة الرمزية لـ mui

    mui/mui-x

    5,791عرض على 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

    Supports a broad catalog of chart types including bar, line, pie, scatter, heatmap, and sankey.

    TypeScriptchartsdata-griddatatable
    عرض على GitHub↗5,791
  • apertureless/vue-chartjsالصورة الرمزية لـ apertureless

    apertureless/vue-chartjs

    5,717عرض على GitHub↗

    vue-chartjs is a component library that wraps Chart.js chart types as reusable Vue components, integrating the charting library into Vue's component model. It provides reactive props binding so that charts automatically redraw when data or options change, and exposes the underlying Chart.js instance via template refs for direct programmatic access. The library also forwards Chart.js interaction events like clicks and hovers to Vue component event handlers, and applies ARIA labels to chart elements for screen reader support. The library distinguishes itself by offering typed Vue components for

    Registers a new chart type and controller so it can be used as a component.

    TypeScript
    عرض على GitHub↗5,717
السابق12التالي
  1. Home
  2. Graphics & Multimedia
  3. Visualization and Mapping
  4. Composite Visualizations

استكشف الوسوم الفرعية

  • Mixed Chart Types5 وسوم فرعيةCharts that support multiple data series types within a single coordinate system.