CartesianCoords2D interface
A coordinate on a two dimensional plane.
Signature
export interface CartesianCoords2D
Import
import { CartesianCoords2D } from '@grafana/data';
Properties
Property |
Type |
Description |
x |
number |
|
y |
number |
|
x property
Signature
x: number;
y property
Signature
y: number;