Combined chart grouping Overrides value property set in series

Hi,

I want to combine a line chart and bar chart in the combined chart component.
Without data grouping it comes out like this with correct sum values for both series.

To get the the “grouping” right and the width of the columns to the correct format i have to group the data on Month. Which overrides the sum so the values are wrong in both series. This is just a count of objects per grouping (i do some datamanipulation to get the line to track empty values as well)

This is the only difference between the two

Hi,

If I understood it correctly, you want to be able to use Sum while grouping your data on Month?

This should already be possible. You can enable this option for your different chart serie’s:

The end result for me is like this:

// Erik

Hi

Thank you! I think the issue here was that I got the aggregations that I wanted without having the aggregation function set. And due to no defined function the grouping overrode it.
My bad!

However maybe it would be more clear if the aggregation function was required.
And some setups would be nice in showroom here as well, as the amount of toggle boxes on this thing is extensive :slight_smile:

Sondre