Class DiscreteHeatmapChannel

A discrete heatmap channel is used to represent a list of discrete values.

Implements

Hierarchy

  • DiscreteHeatmapChannel

Implements

Accessors

Constructors

  • Creates an instance of DiscreteHeatmapChannel.

    Parameters

    • channelId: string

      A user-defined unique identifier for the channel.

    • dataType: string

      The data type of the channel values.

    • name: string

      The name of the channel.

    • description: string

      A brief description of the channel.

    • property: string

      The data property represented by this channel.

    • unit: string

      The unit of measurement for the channel.

    • values: {
          [value: string]: string;
      }

      The mapping of discrete values to their hex colors.

      • [value: string]: string

    Returns DiscreteHeatmapChannel

Generated using TypeDoc