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

  1. XYCanvas: React.FC<XYCanvasProps>

Import

  1. import { XYCanvas } from '@grafana/ui';