RomRider / apexcharts-card

📈 A Lovelace card to display advanced graphs and charts based on ApexChartsJS for Home Assistant
MIT License
1.08k stars 75 forks source link

Allow transform to work across series #710

Closed i00 closed 1 week ago

i00 commented 1 month ago

Checklist

It would be good to be able to access other series values from a transformation.

Describe the solution you'd like e.g transform: x - series.ev_power;

RomRider commented 1 week ago

That is impossible as they are all updated in parallel (and also would require all the datapoints to be aligned).