Skip to content

Commit 86b0113

Browse files
committed
Update view3d_card_layout.py
1 parent f77f0f4 commit 86b0113

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

layouts/view3d_card_layout.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,8 @@ def get_filter_sidebar():
530530
switch=True,
531531
),
532532
dbc.Tooltip(
533-
"When this is enabled, you can click a scatter \
534-
on the graph to toggle its hidden/visible state",
533+
"When this is enabled, you can click a scatter "
534+
"on the graph to toggle its hidden/visible state",
535535
target="click-hide-switch",
536536
placement="top",
537537
),
@@ -562,8 +562,8 @@ def get_filter_sidebar():
562562
className=THEME,
563563
),
564564
dbc.Tooltip(
565-
"By default, all the data is initially labeled as 'visible.' \
566-
You can change the label of the data to 'hidden' using this tool.",
565+
"By default, all the data is initially labeled as 'visible.' "
566+
"You can change the label of the data to 'hidden' using this tool.",
567567
target="visible-picker",
568568
placement="top",
569569
),
@@ -577,7 +577,8 @@ def get_filter_sidebar():
577577

578578
def get_view3d_card_layout():
579579
"""
580-
Creates and returns a Dash Bootstrap Card layout for a 3D scatter plot view with interactive controls.
580+
Creates and returns a Dash Bootstrap Card layout for a 3D scatter plot
581+
view with interactive controls.
581582
582583
The layout includes:
583584
- Dark mode toggle
@@ -594,7 +595,8 @@ def get_view3d_card_layout():
594595
None
595596
596597
Returns:
597-
dbc.Card: A Dash Bootstrap Card component containing the full 3D scatter plot layout with all controls and tooltips.
598+
dbc.Card: A Dash Bootstrap Card component containing the
599+
full 3D scatter plot layout with all controls and tooltips.
598600
"""
599601
return dbc.Card(
600602
[

0 commit comments

Comments
 (0)