How to return multiple clustered bar series (e.g., Total vs Relevant) for a Data Widgets chart?
0
I have a mendix chart widget in my application. So far i have a series in the chart - The first bar is always Total, and then year wise distribution of that total value through some logic that i have created. Now the requirement is to add another series in the chart clustered with the existing series. Another attribute is there, Relevant Value, So total relevant value will be clustered with the total value, and then the year wise distribution of the relevant value will be clustered to the respective years. What is the best way for me to do this? I understand i can use a single microflow and choose multiple series in the widget, or i can add a completely new series with new microflow in the same widget? This is how my chart looks currently - Which approach is the way to go?