Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Pointer colour based on wind speed #12

Closed
tomlut opened this issue Aug 12, 2020 · 3 comments · Fixed by #46
Closed

Feature request: Pointer colour based on wind speed #12

tomlut opened this issue Aug 12, 2020 · 3 comments · Fixed by #46
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@tomlut
Copy link

tomlut commented Aug 12, 2020

Is your feature request related to a problem? Please describe.
No it is not related to a problem.

Describe the solution you'd like
It would be nice if the pointer colour was set by wind speed. e.g. Define set points and colours like so:

color_thresholds:
  - color: '#e45e65'
    value: 30
  - color: '#e0b400'
    value: 20
  - color: '#0da035'
    value: 10
  - color: '#039BE5'
    value: 0

Describe alternatives you've considered
Honestly, it's just a "nice to have". Would not be fussed it if was beyond scope or put way down the bottom of the to-do list.

Additional context
Great card! Thanks.

@tomvanswam tomvanswam added the enhancement New feature or request label Aug 12, 2020
@tomvanswam tomvanswam self-assigned this Aug 12, 2020
@tomvanswam
Copy link
Owner

I'll put this on the todo list. I'll implement this for both the ring and indicator. As personally I'm having a hard time picking the correct colors as I'm colorblind, and having changing colors for the arrow could mean it could become poorly visible on the ring.

@matteofranceschini
Copy link
Contributor

+1 for the colorblinds of the world! They have to change a lot (and please not green and red :D ) to be visible for me as well ahah

@tomvanswam tomvanswam added this to the v0.5.0 milestone Sep 20, 2020
tomvanswam added a commit that referenced this issue Oct 12, 2020
@tomvanswam tomvanswam mentioned this issue Nov 27, 2020
@tomvanswam tomvanswam linked a pull request Nov 27, 2020 that will close this issue
@tomlut
Copy link
Author

tomlut commented Nov 27, 2020

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants