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.