uPlot Documentation

repository·master·Indexed 27 days ago

https://github.com/leeoniya/uplot

A small, fast, and memory-efficient charting library for web applications, specifically designed for high-performance time-series data visualization including lines, areas, ohlc, and bars.

Tokens
153
Snippets
0
Records
3
Agent score
45%

What's inside uPlot

  1. Use uPlot event type constants

    master
    uPlot uses specific string constants for event types. Use these when interacting with the chart's event system or listening for specific user interactions like mousemove, mousedown, mouseup, mouseenter, mouseleave, dblclick, resize, or scroll.
  2. Use uPlot dimension and position constants

    master
    When configuring uPlot options related to dimensions or positioning, use these exported string constants to ensure compatibility and avoid typos. These correspond to keys like width, height, top, bottom, left, and right.