Function stackOffsetSilhouette

  • Shifts the baseline down such that the center of the streamgraph is always at zero.

    Parameters

    • series: Series<any, any>

      A series generated by a stack generator.

    • order: Iterable<number>

      An array of numeric indexes representing the stack order.

    Returns void