We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdef091 + 8c2f6e6 commit e58a062Copy full SHA for e58a062
adafruit_display_shapes/sparkline.py
@@ -101,6 +101,7 @@ def clear_values(self) -> None:
101
102
def add_value(self, value: float, update: bool = True) -> None:
103
"""Add a value to the sparkline.
104
+
105
:param value: The value to be added to the sparkline
106
:param update: trigger recreation of primitives
107
0 commit comments