As mentioned in issue #315 there is an issue with the aggregation of multiple interaction value objects in the bar_plot function.
This is due to a wrong ordering in the values object given to the plot function.
Additionally, there is an issue with the force_plot also having a wrong ordering of the values given to the function.
As mentioned in issue #315 there is an issue with the aggregation of multiple interaction value objects in the
bar_plotfunction.This is due to a wrong ordering in the values object given to the plot function.
Additionally, there is an issue with the
force_plotalso having a wrong ordering of the values given to the function.