8000 Add docstrings to indicators by MarcSkovMadsen · Pull Request #3359 · holoviz/panel · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add missing text
  • Loading branch information
Marc Skov Madsen committed Apr 10, 2022
commit 0dc29042e32b22a63d67da0fed31db2fcdee1744
2 changes: 1 addition & 1 deletion examples/reference/indicators/BooleanStatus.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"\n",
"For layout and styling related parameters see the [customization user guide](../../user_guide/Customization.ipynb).\n",
"\n",
"* **``color``** (str): circle, one of 'primary', 'secondary', 'success', 'info', 'warn', 'danger', 'light', 'dark'\n",
"* **``color``** (str): The color of the circle, one of 'primary', 'secondary', 'success', 'info', 'warn', 'danger', 'light', 'dark'\n",
"* **``value``** (int or None): Whether the status indicator is filled or not.\n",
"\n",
"___"
Expand Down
0