awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
leeoniya avatar

leeoniya/uPlot

0
View on GitHub↗
10,266 estrellas·458 forks·JavaScript·MIT·2 vistas

UPlot

uPlot es una biblioteca de gráficos de series temporales de alto rendimiento basada en canvas, diseñada para renderizar millones de puntos de datos con altas tasas de frames. Funciona como un visualizador de datos de alta frecuencia y un plotter de flujos de datos en tiempo real, utilizando la API HTML5 Canvas para mantener la capacidad de respuesta al graficar grandes datasets temporales.

El proyecto se distingue como un framework de visualización basado en plugins que permite a los renderizadores personalizados crear visuales especializados como mapas de calor y diagramas de caja y bigotes. También sirve como una herramienta de gráficos financieros interactivos, admitiendo específicamente gráficos OHLC, barras y bandas de área.

La biblioteca cubre una amplia gama de capacidades, incluyendo gestión de ejes con escalas lineales, logarítmicas y uniformes, y navegación interactiva mediante zoom, paneo y cursores sincronizados a través de múltiples vistas vinculadas. Proporciona sistemas para streaming de datos dinámicos con buffering de ventana deslizante y herramientas para gestionar datos faltantes y procesamiento consciente de zonas horarias. La funcionalidad adicional incluye agregación de gráficos apilados y la capacidad de exportar visualizaciones a formatos de imagen estáticos.

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.

Historial de estrellas

Gráfico del historial de estrellas de leeoniya/uplotGráfico del historial de estrellas de leeoniya/uplot

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace leeoniya/uplot?

uPlot es una biblioteca de gráficos de series temporales de alto rendimiento basada en canvas, diseñada para renderizar millones de puntos de datos con altas tasas de frames. Funciona como un visualizador de datos de alta frecuencia y un plotter de flujos de datos en tiempo real, utilizando la API HTML5 Canvas para mantener la capacidad de respuesta al graficar grandes datasets temporales.

¿Cuáles son las características principales de leeoniya/uplot?

Las características principales de leeoniya/uplot son: 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.

¿Qué alternativas de código abierto existen para leeoniya/uplot?

Las alternativas de código abierto para leeoniya/uplot incluyen: 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…

Alternativas open-source a UPlot

Proyectos open-source similares, clasificados según cuántas características comparten con UPlot.
  • flot/flotAvatar de flot

    flot/flot

    5,911Ver en 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
    Ver en GitHub↗5,911
  • nhn/tui.chartAvatar de nhn

    nhn/tui.chart

    5,402Ver en 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
    Ver en GitHub↗5,402
  • bloomberg/bqplotAvatar de bloomberg

    bloomberg/bqplot

    3,693Ver en 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
    Ver en GitHub↗3,693
  • tradingview/lightweight-chartsAvatar de tradingview

    tradingview/lightweight-charts

    13,794Ver en 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
    Ver en GitHub↗13,794
Ver las 30 alternativas a UPlot→