Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommonProps

Hierarchy

  • CommonProps

Index

Properties

color

color: ScaleOrdinal<string, string>

D3 color scale defaulted to d3.scaleOrdinal(d3.schemeCategory10);

Optional contextHeight

contextHeight: number

Height of the context in pixels

data

data: Array<LineProps>

Original data points to be rendered in the graph

graphHeight

graphHeight: number

Height of the parent graph component in pixels

graphIndex

graphIndex: number

Index of graph used in stacked mode

graphWidth

graphWidth: number

Width of the parent graph component in pixels

maxPoints

maxPoints: number

Maximum number of points that can be rendered per line in the each graph

tooltipEntryHeight

tooltipEntryHeight: number

Height in pixels of each cursor tooltip entry

tooltipWidth

tooltipWidth: number

Width of cursor tooltip in pixels

Generated using TypeDoc