Function stackOrderAppearance

  • Returns a series order such that the earliest series (according to the maximum value) is at the bottom.

    Parameters

    • series: Series<any, any>

      A series generated by a stack generator.

    Returns number[]