@equinor/videx-wellog
    Preparing search index...

    Class LinePlot

    Line plot

    Hierarchy (View Summary)

    • Plot<LinePlotOptions>
      • LinePlot
    Index

    Constructors

    Properties

    data: any
    id: string | number
    options: LinePlotOptions
    range: Range
    scale: Scale

    Accessors

    • get offset(): number

      Returns number

    Methods

    • Renders line plot to canvas context

      Parameters

      • ctx: CanvasRenderingContext2D
      • scale: Scale

      Returns void

    • Renders segments outside of domain.

      Parameters

      • ctx: CanvasRenderingContext2D
      • lineFunction: Line<[number, number]>

      Returns void

    • Sets the plot data

      Parameters

      • data: any

        Data for all plots on track

      • Optionalscale: Scale
      • OptionalplotOptions: Map<string | number, LinePlotOptions>

      Returns Plot