Properties
axes
axes: {
label: string;
position: "bottom" | "left";
}[]
Type declaration
label: string
position: "bottom" | "left"
dimensions
dimensions: {
heigth: number;
width: number;
}
Type declaration
heigth: number
width: number
meta
meta: Record<string, string>
series
series: {
data: {
x: number;
y: number;
}[];
displayMarker: boolean;
label: string;
type: "line";
}[]
Type declaration
data: {
x: number;
y: number;
}[]
displayMarker: boolean
label: string
type: "line"