Skip to content

Commit

Permalink
docs: add interactivity to altair example
Browse files Browse the repository at this point in the history
We weren't showing off all the features of altair and giving it justice.
  • Loading branch information
NickCrews authored and cpcloud committed Sep 13, 2023
1 parent 123e14e commit 0037fd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/how-to/visualization/altair.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ chart = (
.encode(
x="species",
y="count",
tooltip=["species", "count"],
)
.properties(width=600, height=400)
.interactive()
)
chart
```

0 comments on commit 0037fd8

Please sign in to comment.