DepthFade

public enum DepthFade : Encodable

Determines if the sector colors are faded towards the background from the leaves up to the headers.

This option is unavailable when a colorscale is present, defaults to false when marker.colors is set, but otherwise defaults to true. When set to reversed, the fading direction is inverted, that is the top elements within hierarchy are drawn with fully saturated colors while the leaves are faded towards the background color.

  • on

    Undocumented

    Declaration

    Swift

    case on
  • off

    Undocumented

    Declaration

    Swift

    case off
  • Undocumented

    Declaration

    Swift

    case reversed
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws