MAIDR Documentation - v4.4.0
    Preparing search index...

    Type Alias D3GridTransform

    D3GridTransform: (gridCoordinate: number) => number

    Maps one coordinate of a contour's grid onto the data axis it stands for.

    Not a DataAccessor: the input is a single number from a coordinate pair, not a bound datum, and there is no element index to pass.

    Type Declaration

      • (gridCoordinate: number): number
      • Parameters

        • gridCoordinate: number

        Returns number