![]() |
VOOZH | about |
The d3.stackOrderReverse() method orders the series based on the ordering of the keys as defined by stack.keys() method.
Syntax:
d3.stackOrderReverse(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.stackOrderReverse function.
Output:
👁 Image