LookUpProperty: "value" | "x" | "y" | "z"

Type union of possible values for 'lookUpProperty' configuration of a PalettedFill.

Points to a property to be used when picking colours from a Look Up Table.

  • "value": LUT value is taken from a separate value that can be set by user by some Series-specific logic.
  • "x": LUT value is taken directly from data points X coordinate.
  • "y": LUT value is taken directly from data points Y coordinate.
  • "z": LUT value is taken directly from data points Z coordinate.

Use alongside PalettedFill and LUT.