uPlot Types¶
Configuration types for uPlot charts in viser.
For comprehensive documentation about uPlot options, see: https://github.com/leeoniya/uPlot/tree/1.6.32/docs
uPlot type definitions and enums.
- class viser.uplot.Axis¶
TypedDict
type for uPlot.- filter: Never¶
- ticks: Axis_Ticks¶
- border: Axis_Border¶
- class viser.uplot.Cursor¶
TypedDict
type for uPlot.- dataIdx: Never¶
- move: Never¶
- points: Cursor_Points¶
- bind: Cursor_Bind¶
- drag: Cursor_Drag¶
- sync: Cursor_Sync¶
- focus: Cursor_Focus¶
- hover: Cursor_Hover¶
- event: Never¶
- class viser.uplot.Cursor_Bind¶
TypedDict
type for uPlot.- mousedown: Never¶
- mouseup: Never¶
- click: Never¶
- dblclick: Never¶
- mousemove: Never¶
- mouseleave: Never¶
- mouseenter: Never¶
- class viser.uplot.Legend¶
TypedDict
type for uPlot.- markers: Legend_Markers¶
- class viser.uplot.Series¶
TypedDict
type for uPlot.- paths: Never¶
- points: Series_Points¶
- facets: Tuple[Series_Facet, ...]¶