awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
leeoniya avatar

leeoniya/uPlot

0
View on GitHub↗
10,266 星标·458 分支·JavaScript·MIT·3 次浏览

UPlot

uPlot 是一个高性能 Canvas 时间序列图表库,旨在以高帧率渲染数百万个数据点。它作为一个高频数据可视化工具和实时数据流绘图仪,利用 HTML5 Canvas API 在绘制大型时间数据集时保持响应性。

该项目的独特之处在于其基于插件的可视化框架,允许自定义渲染器创建专门的视觉效果,如热力图和箱线图。它还作为一个交互式金融图表工具,专门支持 OHLC 图表、柱状图和面积带。

该库涵盖了广泛的功能,包括具有线性、对数和均匀刻度的轴管理,以及通过缩放、平移和跨多个链接视图的同步光标进行的交互式导航。它提供了用于动态数据流式传输的滑动窗口缓冲系统,以及用于管理缺失数据和时区感知处理的工具。附加功能包括堆叠图表聚合以及将可视化导出为静态图像格式的能力。

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.

Star 历史

leeoniya/uplot 的 Star 历史图表leeoniya/uplot 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

leeoniya/uplot 是做什么的?

uPlot 是一个高性能 Canvas 时间序列图表库,旨在以高帧率渲染数百万个数据点。它作为一个高频数据可视化工具和实时数据流绘图仪,利用 HTML5 Canvas API 在绘制大型时间数据集时保持响应性。

leeoniya/uplot 的主要功能有哪些?

leeoniya/uplot 的主要功能包括: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。

leeoniya/uplot 有哪些开源替代品?

leeoniya/uplot 的开源替代品包括: 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…

UPlot 的开源替代方案

相似的开源项目,按与 UPlot 的功能重合度排序。
  • flot/flotflot 的头像

    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

    JavaScript
    在 GitHub 上查看↗5,911
  • nhn/tui.chartnhn 的头像

    nhn/tui.chart

    5,402在 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
    在 GitHub 上查看↗5,402
  • bloomberg/bqplotbloomberg 的头像

    bloomberg/bqplot

    3,693在 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
    在 GitHub 上查看↗3,693
  • tradingview/lightweight-chartstradingview 的头像

    tradingview/lightweight-charts

    13,794在 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
    在 GitHub 上查看↗13,794
查看 UPlot 的所有 30 个替代方案→