Skip to content

Commit

Permalink
docs(example): update blog code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Oct 18, 2024
1 parent 136a26b commit 74a5162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/blogs/vtk-9.4/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ def __init__(self, name, title, width):
with v3.VChip(
size="small",
variant="outlined",
classes="mr-2",
style=f"width: {width}rem;",
):
v3.VIcon("mdi-dots-triangle", start=True)
html.Span(f"{{{{ {name}_points.toLocaleString() }}}}")
with v3.VChip(
size="small",
variant="outlined",
classes="ml-2",
style=f"width: {width}rem;",
v_show=f"{name}_points !== {name}_cells",
):
Expand Down

0 comments on commit 74a5162

Please sign in to comment.