Closed floribon closed 9 years ago
Adds an optional ascending option to any legend to draw the legend items in a reverse order, from top to bottom.
ascending
legend.ascending(true);
Default is false so it won’t affect any existing code.
false
Thanks for the addition!
Adds an optional
ascending
option to any legend to draw the legend items in a reverse order, from top to bottom.Default is
false
so it won’t affect any existing code.