New feature: moving across divisions
feature: add ability to move across divisions instead of only within
Compare the navigational patterns between the graph representations of two stacked bar charts using the same data in our testing environment.
Default/previous behavior, or using new "within" dimension.behavior option:
dimension
|
division <- - [left/right] - -> division
|
a <- - [left/right] - -> b
Using new "across" dimension.behavior option:
dimension
|
division <- - [left/right] - -> division
| |
a <- - - - [left/right] - - - -> a
Full Changelog: v2.1.0...v2.2.0