mlamberts78 / weather-chart-card

Custom weather card with charts.
MIT License
296 stars 38 forks source link

It would be great if the chart could show more weather data by scrolling. #245

Open dugurs opened 1 month ago

dugurs commented 1 month ago

Is your feature request related to a problem? Please describe. It would be great if the chart could show more weather data by scrolling.

Describe the solution you'd like For example, it would be nice if the chart could scroll horizontally, like a 'custom Plotly graph'.

Additional context scrol

thanks in advance.

ecser99 commented 3 weeks ago

+1

dxmnkd316 commented 2 weeks ago

IIRC, this is based on Chart.js.

I believe it's relatively simple based on this: https://stackoverflow.com/questions/35854244/how-can-i-create-a-horizontal-scrolling-chart-js-line-chart-with-a-locked-y-axis

However, the bulk of the work would be sorting out how to handle the icons at the bottom and the options selector.