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.
1 parent f4d3155 commit d14a809Copy full SHA for d14a809
chartlets.py/chartlets/component.py
@@ -25,7 +25,7 @@ class Component(ABC):
25
#
26
# Special non-HTML properties
27
label: str | None = None
28
- """Optional label used by many specific components."""
+ """Label used by many specific components. Optional """
29
30
children: list["Component"] | None = None
31
"""Optional children used by many specific components."""
0 commit comments