Options
All
  • Public
  • Public/Protected
  • All
Menu

react-minigraph

Index

Type Aliases

MiniGraphAverageComponent: React.FunctionComponent<MiniGraphAverageProps>
MiniGraphAverageProps: {}

Type declaration

    MiniGraphComponent: React.FunctionComponent<React.PropsWithChildren<MiniGraphProps>>
    MiniGraphGridComponent: React.FunctionComponent<MiniGraphGridProps>
    MiniGraphGridProps: { every: number; mode?: "vertical" | "horizontal" }

    Type declaration

    • every: number
    • Optional mode?: "vertical" | "horizontal"
    MiniGraphLinesComponent: React.FunctionComponent<MiniGraphLinesProps>
    MiniGraphLinesProps: { filled?: boolean; mode?: "bezier" | "steps" }

    Type declaration

    • Optional filled?: boolean
    • Optional mode?: "bezier" | "steps"
    MiniGraphNormalBandComponent: React.FunctionComponent<MiniGraphNormalBandProps>
    MiniGraphNormalBandProps: { opacity?: number }

    Type declaration

    • Optional opacity?: number
    MiniGraphProps: { colour?: string; data: number[] }

    Type declaration

    • Optional colour?: string
    • data: number[]
    MiniGraphVerticalBarsComponent: React.FunctionComponent<MiniGraphVerticalBarsProps>
    MiniGraphVerticalBarsProps: { filled?: boolean }

    Type declaration

    • Optional filled?: boolean

    Variables

    MiniGraph: MiniGraphComponent = ...
    MiniGraphAverage: MiniGraphAverageComponent = ...
    MiniGraphGrid: MiniGraphGridComponent = ...
    MiniGraphLines: MiniGraphLinesComponent = ...
    MiniGraphNormalBand: MiniGraphNormalBandComponent = ...
    MiniGraphVerticalBars: MiniGraphVerticalBarsComponent = ...

    Generated using TypeDoc