Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MultipleType

Hierarchy

  • MultipleType

Index

Properties

Properties

axis

axis: { x: { label: string }; y: { label: string } }

Type declaration

  • x: { label: string }
    • label: string
  • y: { label: string }
    • label: string

series

series: { label: string; x: number[]; y: number[] }[]