Graph of data series?

I have data (electricity prices) coming in as attributes on a sensor:

today: 0.167,0.167,0.165,0.166,0.181,0.184,0.194,0.203,0.206,0.205,0.205,0.204,0.205,0.205,0.205,0.207,0.212,0.216,0.213,0.205,0.197,0.195,0.189,0.179
tomorrow: 0.187,0.186,0.183,0.182,0.181,0.187,0.192,0.2,0.202,0.203,0.204,0.203,0.203,0.203,0.205,0.21,0.222,0.333,0.365,0.332,0.332,0.318,0.203,0.2

How can I plot them in Home Assistant ? They are electricity prices per hour. First data is from 00:00-01:00
I would prefer to see 12 hours back, and 12 or 24 hours forward.
I would like to overlay with the history with actual consumption if possible (from influxdb)

The state is the current value.

It is important to be able to see the future electricity price to actually impact my consumption.
Here is how my graphs looks now, it is only looking back in time
Udklip

Don’t think it is possible in HA, the graph is called ‘history-graph’ for a reason.
Could use Influxdb + embed Grafana panel, but that’s quite the overkill.