mlamberts78 / weather-chart-card

Custom weather card with charts.
MIT License
246 stars 26 forks source link

Show precipitation amount as bar chart and ONLY probability as number (rather than probability + precipitation amount as two numbers). #178

Open ncd7 opened 1 month ago

ncd7 commented 1 month ago

Is your feature request related to a problem? Please describe. No, this is a pure feature request.

Describe the solution you'd like This is for the forecast section. I'd love to be able to only show rainfall probability as a number and the bar charts to reflect the expected precipitation amount. I don't want to see the rainfall amount as a number as well. Right now, the closest option is to select precipitation type rainfall, and then to enable show probability but I don't need to see the precipitation number in that case, it's redundant since the bar chart will already shows the rainfall amount.

Additional context This will help show cleanly the two independent values related to rainfall: probability as a number and rainfall amount as the bar chart, without any duplication of data

Thank you.