Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/api/tooltip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
::: bqplot.Tooltip
handler: python
2 changes: 1 addition & 1 deletion docs/usage/updating-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ We can update multiple attributes of the `mark` object simultaneously by using t
```

#### Animations
We can enable __animated__ data attributes by passing in `animation_duration` (in milliseconds) to the figure. Let's look at an example to update a scatter plot
We can enable __animated__ data updates by passing in `animation_duration` (in milliseconds) to the figure. Let's look at an example to update a scatter plot

```py hl_lines="3"
x, y = np.random.rand(2, 10)
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ nav:
- Scales: api/scales.md
- Axes: api/axes.md
- Marks: api/marks.md
- Tooltip: api/tooltip.md
- Toolbar: api/toolbar.md
- Interactions: api/interactions.md
- MarketMap: api/market_map.md
Expand Down