Replies: 1 comment
-
Hi @Andrejkab I cannot help you with your exact issue. This backend produced gauge images aren't supported anymore by the current version. Interestingly a similar issue happens with the currently used, browser rendered gauges, when there is no data. Reminds me to check that behavior. The current gauges cannot be easily adapted in terms of their background color. I might add a configuration property to do so, in a future release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Using fuzzy-archer nice gauges for years and working pretty well.
There is option to fill desired color inside dial. With option
gauge = user.gauges.GaugeDraw(image, min_value, max_value, dial_range=dial_arc, **background_color=fill_color**, offset_angle=offset_angle)
. But there is small issue - if data is unchanged for long time (i.e. solar radiation is zero for more than 12 hours), then background color become white. Any ide to fix this?Thanks
Beta Was this translation helpful? Give feedback.
All reactions