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
·
leeoniya avatar

leeoniya/uPlot

0
View on GitHub↗
10,266 stele·458 fork-uri·JavaScript·MIT·13 vizualizări

UPlot

uPlot este o bibliotecă de charting de serii temporale pe canvas de înaltă performanță, concepută pentru a randa milioane de puncte de date cu rate de cadre ridicate. Acesta funcționează ca un vizualizator de date de înaltă frecvență și un plotter de fluxuri de date în timp real, utilizând API-ul HTML5 Canvas pentru a menține responsivitatea atunci când plotează seturi de date temporale mari.

Proiectul se distinge ca un framework de vizualizare bazat pe plugin-uri care permite randatoarelor personalizate să creeze vizualuri specializate, cum ar fi hărți termice (heatmaps) și diagrame box-and-whisker. De asemenea, servește ca un instrument interactiv de charting financiar, suportând în mod specific grafice OHLC, bare și benzi de arie.

Biblioteca acoperă o gamă largă de capabilități, inclusiv gestionarea axelor cu scale liniare, logaritmice și uniforme, și navigarea interactivă prin zoom, pan și cursoare sincronizate pe mai multe vizualizări legate. Oferă sisteme pentru streaming-ul dinamic de date cu buffering de tip sliding-window și instrumente pentru gestionarea datelor lipsă și procesarea conștientă de fusul orar. Funcționalitatea suplimentară include agregarea graficelor stivuite și capacitatea de a exporta vizualizările în formate de imagine statice.

Features

  • Time-Series Visualizers - Implements a high-performance canvas engine specifically for rendering large, interactive time-series datasets.
  • Immediate Mode Canvas Renderers - Utilizes an immediate mode canvas renderer to draw chart elements directly to a buffer for maximum frame rates.
  • High-Performance Visualizers - Renders millions of data points at high frame rates using a performance-optimized canvas engine.
  • Data Path Styles - Draws data series using various visual styles such as linear lines, cubic splines, and stepped transitions.
  • Real-Time Charting Engines - Optimizes the rendering engine for displaying high-frequency data streams in real-time without pixel jitter.
  • Real-time Visualizations - Supports real-time data streaming with sliding-window buffering for live visualization of continuous data feeds.
  • Chart Visualization Plugins - Provides a plugin-based architecture that enables the integration of custom renderers for specialized chart types.
  • Custom Renderers - Allows developers to extend the core engine with custom renderers for specialized visuals like heatmaps and box plots.
  • Data-to-Pixel Coordinate Transforms - Implements fast mathematical transforms to map raw data coordinates directly to screen pixel positions.
  • Financial Charting - Provides specialized financial visualizations including OHLC charts and bars for market data analysis.
  • Plugin-Based Visualization Architecture - Provides a modular architecture that allows external renderer functions to hook into the drawing cycle for custom visuals.
  • Axis Scaling Engines - Provides a configurable system for managing axis scaling, tick generation, and label positioning across linear, logarithmic, and time-based scales.
  • Axis Scaling Transformations - Applies mathematical transformations to axes and supports rotation, inversion, and manual dragging for customized views.
  • HTML5 Canvas Charting Libraries - A specialized charting library that leverages the HTML5 Canvas API for high-performance temporal data visualization.
  • Custom Plotting Integrations - Allows the integration of custom plotting functions to create specialized visualizations like heatmaps and box-and-whisker plots.
  • Interactive Time-Series Explorers - Includes interactive navigation tools such as zooming, panning, and synchronized cursors for temporal data exploration.
  • Error Bands - Renders shaded area bands between data series to visualize uncertainty, ranges, or high-low-average bands.
  • Stream Sliding Window Caches - Maintains an in-memory sliding window of the most recent observations to update visuals in real-time as streams arrive.
  • Plot Pan and Zoom Controls - Implements interactive magnification and spatial navigation to explore large temporal datasets.
  • Chart Cursor Synchronizations - Shares a normalized cursor position across multiple chart instances to highlight identical data points simultaneously.
  • Chart Synchronization - Links axes, cursor focus, and zoom levels across multiple chart instances to maintain a consistent view of shared data.
  • Stacked Charts - Provides the ability to aggregate multiple data series into stacked line, area, or bar charts.
  • Charts and Visualization - High-performance canvas-based charting for time-series data.
  • Charting Libraries - Extremely fast and lightweight time series charting.

Istoric stele

Graficul istoricului de stele pentru leeoniya/uplotGraficul istoricului de stele pentru leeoniya/uplot

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face leeoniya/uplot?

uPlot este o bibliotecă de charting de serii temporale pe canvas de înaltă performanță, concepută pentru a randa milioane de puncte de date cu rate de cadre ridicate. Acesta funcționează ca un vizualizator de date de înaltă frecvență și un plotter de fluxuri de date în timp real, utilizând API-ul HTML5 Canvas pentru a menține responsivitatea atunci când plotează seturi de date temporale mari.

Care sunt principalele funcționalități ale leeoniya/uplot?

Principalele funcționalități ale leeoniya/uplot sunt: Time-Series Visualizers, Immediate Mode Canvas Renderers, High-Performance Visualizers, Data Path Styles, Real-Time Charting Engines, Real-time Visualizations, Chart Visualization Plugins, Custom Renderers.

Care sunt câteva alternative open-source pentru leeoniya/uplot?

Alternativele open-source pentru leeoniya/uplot includ: flot/flot — Flot is an interactive charting library for jQuery that renders line, bar, pie, and time-series plots with zooming and… nhn/tui.chart — tui.chart is a JavaScript data visualization library and multi-type charting engine used to render interactive… bloomberg/bqplot — bqplot is an interactive data visualization library for Jupyter notebooks. It implements a grammar of graphics model,… tradingview/lightweight-charts — Lightweight Charts is a specialized library for rendering interactive time-series financial data visualizations within… epochjs/epoch — Epoch is a CSS-stylable charting engine and visualization library designed for real-time and statistical data. It… bqplot/bqplot — bqplot is an interactive data visualization library for IPython and Jupyter notebooks that utilizes a grammar of…

Alternative open-source pentru UPlot

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu UPlot.
  • flot/flotAvatar flot

    flot/flot

    5,911Vezi pe 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

    JavaScript
    Vezi pe GitHub↗5,911
  • nhn/tui.chartAvatar nhn

    nhn/tui.chart

    5,402Vezi pe GitHub↗

    tui.chart is a JavaScript data visualization library and multi-type charting engine used to render interactive statistical charts. It functions as a responsive charting framework and real-time data visualizer, utilizing HTML5 Canvas for high-performance rendering of diverse datasets. The library provides a wide array of visual formats, including linear, circular, grid-based, hierarchical, and statistical chart types. This covers everything from standard bar, line, and pie charts to more specialized visualizations such as radar charts, treemaps, bubble charts, and box plots. The engine includ

    TypeScriptcanvaschartdata-visualization
    Vezi pe GitHub↗5,402
  • bloomberg/bqplotAvatar bloomberg

    bloomberg/bqplot

    3,693Vezi pe GitHub↗

    bqplot is an interactive data visualization library for Jupyter notebooks. It implements a grammar of graphics model, allowing users to build complex 2D charts by combining marks, scales, and axes. The library distinguishes itself with specialized toolkits for financial charting, such as OHLC candlesticks and time-series analysis, and geographic data visualization, including choropleths and custom map projections for TopoJSON and GeoJSON data. It enables deep interaction through tools like lasso selection, rectangular brushing, and the ability to manually manipulate plot points or line data.

    TypeScript
    Vezi pe GitHub↗3,693
  • tradingview/lightweight-chartsAvatar tradingview

    tradingview/lightweight-charts

    13,794Vezi pe GitHub↗

    Lightweight Charts is a specialized library for rendering interactive time-series financial data visualizations within web applications. It provides a high-performance, responsive component designed to display historical and live market trends through various graphical formats, including candlesticks, histograms, and line series. The library distinguishes itself through a canvas-based rendering engine that decouples visual representation from raw data, enabling efficient updates and real-time monitoring of large datasets. It includes built-in support for accessibility, ensuring that interacti

    TypeScriptcanvaschartingcharting-library
    Vezi pe GitHub↗13,794
Vezi toate cele 30 alternative pentru UPlot→