Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PlotObject

Hierarchy

  • PlotObject

Index

Properties

axes

axes: { label: string; position: "bottom" | "left" }[]

dimensions

dimensions: { heigth: number; width: number }

Type declaration

  • heigth: number
  • width: number

meta

meta: json[]

series

series: { data: { x: number; y: number }[]; displayMarker: boolean; label: string; type: "line" }[]