Options
All
  • Public
  • Public/Protected
  • All
Menu

Type Parameters

    Hierarchy

    • ProfileFormatter

    Index

    Properties

    xhover: ((arg0: number, arg1: string) => string)

    Type declaration

      • (arg0: number, arg1: string): string
      • Format the xhover distance.

        Parameters

        • arg0: number
        • arg1: string

        Returns string

    xtick: ((arg0: number, arg1: string) => string | number)

    Type declaration

      • (arg0: number, arg1: string): string | number
      • Format the xtick, for graduating the x axis.

        Parameters

        • arg0: number
        • arg1: string

        Returns string | number

    yhover: ((arg0: number, arg1: string) => string)

    Type declaration

      • (arg0: number, arg1: string): string
      • Format the yhover elevation.

        Parameters

        • arg0: number
        • arg1: string

        Returns string

    ytick: ((arg0: number, arg1: string) => string | number)

    Type declaration

      • (arg0: number, arg1: string): string | number
      • Format the ytick, for graduating the y axis.

        Parameters

        • arg0: number
        • arg1: string

        Returns string | number

    Generated using TypeDoc