Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Jul 15, 2024
1 parent 846a4fd commit ed742e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-core/examples/chart-gallery/utils/_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def sankey(data_frame: pd.DataFrame, source: str, target: str, value: str, label
source=data_frame[source],
target=data_frame[target],
value=data_frame[value],
abel=labels,
label=labels,
color="rgba(205, 209, 228, 0.4)",
),
)
Expand Down

0 comments on commit ed742e6

Please sign in to comment.