![]() |
VOOZH | about |
The d3.stackOrderAppearance() method orders the series such that the series having the earliest maximum value (i.e. series with its maximum value at the lowest index) is positioned at the bottom of the stack, and the series that has the latest maximum is placed on the top.
Syntax:
d3.stackOrderAppearance(series);
Parameters: This function accepts a single parameter as mentioned above and described below:
Return Value: This method returns no value.
Example: Ordering the stack using d3.stackOrderAppearance function.
Output:
👁 Image