You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Different events (opening fridge to check on things, dry hopping, etc) can result in an abnormal spike or dip in values which are brief but which skew the scale of the chart. Figure out a way to clamp those values.
This could be done at the source (script) for "sane" values to avoid sensor errors (85°/185°F), but it would be desirable to allow a configurable clamp after the fact for display purposes.
Have to decide if this is going to be a destructive clamp (edit the JSON) or inline to the dygraph.
The text was updated successfully, but these errors were encountered:
Different events (opening fridge to check on things, dry hopping, etc) can result in an abnormal spike or dip in values which are brief but which skew the scale of the chart. Figure out a way to clamp those values.
This could be done at the source (script) for "sane" values to avoid sensor errors (85°/185°F), but it would be desirable to allow a configurable clamp after the fact for display purposes.
Have to decide if this is going to be a destructive clamp (edit the JSON) or inline to the dygraph.
The text was updated successfully, but these errors were encountered: