Combining entities

BottlecapDave’s Carbon Intensity integration gives me the forecast carbon intensity as attributes in two separate entities: current day, and next day. I’m using a data_generator in ApexCharts to pull the data out of the attributes and graph them, but since these are two separate entities I’m treating them as independent series. This means that they are shown separately on the legend, etc.

Is there any way to combine these two entities so that I can graph the attributes from both as a single series?

Thanks.

Interesting idea… not sure what is preventing you from using the same format per series. I do understand that the legend will show both series but do you need a legend?

EDIT:

An alternative is that you can try to add the attribs for forecast to the ‘current’ and then combine them, a concoction below