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

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

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

16 مستودعات

Awesome GitHub RepositoriesVisualization Configuration Utilities

Low-level components for defining the mathematical and structural rules of a chart, distinct from the visual rendering logic itself.

Explore 16 awesome GitHub repositories matching user interface & experience · Visualization Configuration Utilities. Refine with filters or upvote what's useful.

Awesome Visualization Configuration Utilities GitHub Repositories

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

    shadcn-ui/ui

    116,724عرض على GitHub↗

    shadcn/ui offers a collection of React UI components and a CLI-driven registry system for direct source code integration.

    Applies design tokens, labels, and icons to govern the visual appearance and thematic consistency of graphical data elements.

    TypeScriptreactcomponentstailwindcss
    عرض على GitHub↗116,724
  • 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

    Maps complex datasets onto specific coordinate spaces by defining axis types, positions, and identifiers.

    JavaScriptcanvaschartgraph
    عرض على GitHub↗67,526
  • plotly/plotly.jsالصورة الرمزية لـ plotly

    plotly/plotly.js

    18,227عرض على GitHub↗

    Plotly.js is a JavaScript charting library and interactive graphing framework used to create web-based visualizations. It functions as a high-performance data visualization engine that utilizes both SVG for static elements and WebGL for hardware-accelerated rendering of large datasets and complex 3D plots. The library is distinguished by specialized toolkits for financial analysis, such as candlestick and OHLC charts, and geographic mapping tools for rendering choropleth and scatter maps with custom projections. It also supports complex scientific visualizations, including Sankey diagrams, pa

    Controls axis ranges, tick formatting, SI prefixes, and category ordering for various coordinate systems.

    JavaScriptcharting-librarychartsd3
    عرض على GitHub↗18,227
  • mwaskom/seabornالصورة الرمزية لـ mwaskom

    mwaskom/seaborn

    13,739عرض على GitHub↗

    Seaborn is a Python library designed for statistical data visualization. It functions as a high-level interface built on the Matplotlib ecosystem, providing specialized routines to explore and communicate complex patterns within datasets. The framework enables users to generate informative graphics through automated statistical aggregation, multi-plot faceting, and integrated regression modeling. The library distinguishes itself through a declarative approach to data mapping, which translates raw inputs into visual properties like color, size, and position. It includes a robust statistical tr

    Provides configuration utilities for refining chart appearance, including axis labels and tick formatting.

    Pythondata-sciencedata-visualizationmatplotlib
    عرض على GitHub↗13,739
  • antvis/g2الصورة الرمزية لـ antvis

    antvis/G2

    12,524عرض على GitHub↗

    G2 is a declarative data visualization engine that constructs complex charts and graphical representations by mapping raw data to visual elements through a systematic grammar of graphics. It functions as a modular framework for building custom analytical visualizations, allowing users to define visual encodings and coordinate systems independently of the underlying data. The library distinguishes itself through a multi-backend rendering pipeline that supports Canvas, SVG, and WebGL, ensuring consistent graphical performance across different environments. Its architecture relies on a plugin-ba

    Aligns multiple axes and coordinate systems to visualize complex multi-dimensional data relationships.

    TypeScriptanimationcanvaschart
    عرض على GitHub↗12,524
  • uber/react-visالصورة الرمزية لـ uber

    uber/react-vis

    8,781عرض على 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

    Provides utilities for customizing the appearance and formatting of axis tick labels.

    JavaScriptchartcharting-librarydata-visualization
    عرض على GitHub↗8,781
  • shutterstock/rickshawالصورة الرمزية لـ shutterstock

    shutterstock/rickshaw

    6,520عرض على GitHub↗

    Rickshaw is a JavaScript library for building interactive, SVG-based time series charts in the browser. It provides a framework for rendering line, area, bar, and scatterplot visualizations from data series, with built-in support for axes, legends, color palettes, and interactive controls. The library distinguishes itself through a plugin-based architecture that allows renderers to be swapped at runtime, such as switching between stacked area and line chart views while preserving chart state. It includes an event-driven interaction layer for hover details, click behaviors, and drag-based rang

    Configures time or numeric axes with formatted tick values, custom time units, and adjustable orientation.

    JavaScriptchartsd3graph
    عرض على GitHub↗6,520
  • 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

    Controls tick positions, label formats, density, rotation, and grid lines for any chart axis.

    C#chartchartingcharts
    عرض على GitHub↗6,417
  • 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

    Controls tick label spacing, width, and positioning for chart axes.

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

    evidence-dev/evidence

    5,919عرض على GitHub↗

    Applies number, date, or custom string formatting to x-axis and y-axis tick labels independently.

    JavaScriptanalyticsbusiness-intelligencedashboard
    عرض على GitHub↗5,919
  • nhn/tui.chartالصورة الرمزية لـ nhn

    nhn/tui.chart

    5,402عرض على GitHub↗

    tui.chart هي مكتبة لتصور بيانات JavaScript ومحرك رسوم بيانية متعدد الأنواع يُستخدم لعرض مخططات إحصائية تفاعلية. يعمل كإطار عمل رسوم بيانية متجاوب ومتصور بيانات في الوقت الفعلي، ويستخدم HTML5 Canvas لعرض عالي الأداء لمجموعات البيانات المتنوعة. توفر المكتبة مجموعة واسعة من التنسيقات المرئية، بما في ذلك أنواع المخططات الخطية، والدائرية، والقائمة على الشبكة، والهرمية، والإحصائية. يغطي هذا كل شيء من المخططات الشريطية والخطية والدائرية القياسية إلى تصورات أكثر تخصصاً مثل مخططات الرادار، والخرائط الشجرية، والمخططات الفقاعية، ومخططات الصندوق. يتضمن المحرك قدرات شاملة لمراقبة البيانات في الوقت الفعلي مع تحديثات مباشرة وتطوير لوحات معلومات تفاعلية. يدعم نماذج تفاعل متقدمة مثل التكبير، واختيار السلسلة، وتلميحات الأدوات المتزامنة عبر مخططات متعددة، مع توفير أدوات تصدير البيانات لتنسيقات CSV وXLS وPNG وJPEG. يدير إطار العمل التخطيطات التكيفية من خلال مراقب تغيير الحجم الذي يضبط تلقائياً خيارات المخطط والرسوم المتحركة بناءً على أبعاد الحاوية.

    Provides customizable formatting for date and time labels displayed on chart axes.

    TypeScriptcanvaschartdata-visualization
    عرض على GitHub↗5,402
  • alandefreitas/matplotplusplusالصورة الرمزية لـ alandefreitas

    alandefreitas/matplotplusplus

    4,894عرض على GitHub↗

    This C++ data visualization library is a scientific plotting framework used to create 2D and 3D charts, network graphs, and geographic maps. It operates as a multi-backend graphics library, decoupling high-level plotting logic from low-level rendering engines to support various output backends. The project distinguishes itself with a dual-interface API, providing both a global functional interface for rapid prototyping and an object-oriented interface for precise control. It features a component-based layout engine for managing tiled grids and subplots, alongside a layered plot state that all

    Provides utilities to format X-axis tick labels using custom strings or currency styles.

    C++charting-librarychartscontour-plots
    عرض على GitHub↗4,894
  • bqplot/bqplotالصورة الرمزية لـ bqplot

    bqplot/bqplot

    3,693عرض على GitHub↗

    bqplot is an interactive data visualization library for IPython and Jupyter notebooks that utilizes a grammar of graphics. It functions as a tool for creating 2D charts and maps with real-time updates and bidirectional communication between the kernel and frontend. The library is distinguished by its ability to act as a geographic data visualization tool, rendering choropleth maps and spatial data via GeoJSON and custom projections. It also serves as a financial charting tool for producing OHLC and candle bar charts, and as an interactive dashboard framework for combining plotting widgets wit

    Creates visual line axes for numerical or date scales with custom tick formatting.

    TypeScriptipythonjupytervisualizations
    عرض على GitHub↗3,693
  • makieorg/makie.jlالصورة الرمزية لـ MakieOrg

    MakieOrg/Makie.jl

    2,778عرض على GitHub↗

    Makie.jl is a high-performance Julia data visualization library and hardware-accelerated plotting engine used to create interactive 2D and 3D visualizations. It functions as a reactive visualization framework where plots update automatically via observables and compute graphs, and as a vector graphics generator for high-resolution academic output. The system is distinguished by its backend-agnostic rendering pipeline, which supports OpenGL, WebGL, and ray-traced scenes. It employs a grammar-of-graphics approach to map variables to aesthetic attributes and utilizes a hierarchical scene graph t

    Determines the numerical values of ticks and converts them into labels using strings or functions.

    Juliagpugraphicsjulia
    عرض على GitHub↗2,778
  • chartgpu/chartgpuالصورة الرمزية لـ ChartGPU

    ChartGPU/ChartGPU

    2,675عرض على GitHub↗

    ChartGPU is a high-performance visualization library designed to render large-scale datasets and real-time data streams using hardware acceleration. It functions as a component-based tool that integrates into declarative user interfaces, allowing developers to build responsive, themeable charts that maintain smooth interaction even when processing massive amounts of information. The library distinguishes itself through a specialized rendering engine that employs screen-space binning and zoom-aware data resampling to manage dense datasets. It provides advanced interactive capabilities, includi

    Configures independent vertical axes, tick labels, and grid layouts for diverse data types like currency or time.

    TypeScriptawesome-listcandlestick-chartchart-library
    عرض على GitHub↗2,675
  • margelo/react-native-graphالصورة الرمزية لـ margelo

    margelo/react-native-graph

    2,547عرض على GitHub↗

    This project is a cross-platform mobile graphing library designed for rendering high-performance animated line charts and data visualizations. It functions as a canvas-based data visualization system and interactive charting component for mobile applications. The library focuses on animated data visualization, using interpolation to create smooth visual transitions between different data sets. It utilizes a GPU-accelerated graphics engine to maintain high frame rates and fluid transitions during data updates. The capability surface includes interaction systems for tracking pan gestures and d

    Implements dynamic formatting and rendering of labels for the graph's minimum and maximum axes.

    TypeScriptandroidanimatedanimation
    عرض على GitHub↗2,547
  1. Home
  2. User Interface & Experience
  3. Data Visualization Tools
  4. Data Visualization
  5. Visualization Configuration Utilities

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

  • Axis Tick Formatters1 وسم فرعيConfiguration utilities that control the appearance and formatting of axis tick labels in charts.
  • Coordinate SystemsSettings that define axis types, positions, and identifiers to map datasets onto specific coordinate spaces.
  • Data StructuresData formatting standards that ensure information is structured correctly for visualization engines.