Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "types"

This file contains common types shared between multiple components

Index

Type aliases

LineProps

LineProps: Array<Coordinate>

Data points for each line in the line chart

ModeTypes

ModeTypes: "selection" | "intersection"

Available modes for the cursor for each graph.

  • Selection: Allows the user to brush a subdomain of the graph
  • Intersection: Attempts to intersect every line and display the representative y value based on the current x position of the mouse

TRangeSelection

TRangeSelection: [number, number]

Range Selection, an array of two numbers indicating the start and end index

Generated using TypeDoc