-
Notifications
You must be signed in to change notification settings - Fork 245
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: relative color thresholds #182
Comments
Thanks, great suggestion! |
Great suggestion. Would it be possible to use dynamic values based on other sensors as threshold? For instance, if I have a sensor that is used as a maximum value, I could use (sensor.my_sensor_max_value - 5) to change line color. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this is still an active issue, please let us know! |
Still an active issue, got it! Removing stale label. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this is still an active issue, please let us know! |
Hello,
I have an idea to improve the Dynamic line color feature.
Instead of setting absolute values in the
color_thresholds
option, it would be great to use relative values.For example:
Or even easier, omitting values
The goal is that the bottom of the graph is always blue and the top is always red, no matter what the values are.
Technically, this is easy to do in SVG:
The text was updated successfully, but these errors were encountered: