Skip to content

Commit

Permalink
docs: add interactivity to altair example on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCrews authored and cpcloud committed Sep 13, 2023
1 parent 0037fd8 commit 217f080
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,10 @@ chart = (
.encode(
x="species",
y="count",
tooltip=["species", "count"],
)
.properties(width=width, height=height)
.interactive()
)
chart
```
Expand Down

0 comments on commit 217f080

Please sign in to comment.