mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-03-14 12:43:01 +01:00
fix: change default colormap to plasma
This commit is contained in:
@@ -20,7 +20,7 @@ logger = bec_logger.logger
|
||||
|
||||
class RingProgressBarConfig(ConnectionConfig):
|
||||
color_map: Optional[str] = Field(
|
||||
"magma", description="Color scheme for the progress bars.", validate_default=True
|
||||
"plasma", description="Color scheme for the progress bars.", validate_default=True
|
||||
)
|
||||
min_number_of_bars: int | None = Field(
|
||||
1, description="Minimum number of progress bars to display."
|
||||
|
||||
Reference in New Issue
Block a user