Menu

Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.

Enterprise Open source

XYCanvas variable

XYCanvas variable

Renders absolutely positioned element on top of the uPlot’s plotting area (axes are not included!). Useful when you want to render some overlay with canvas-independent elements on top of the plot.

Signature

typescript
XYCanvas: React.FC<XYCanvasProps>

Import

typescript
import { XYCanvas } from '@grafana/ui';