Skip to content

Commit 18cadb7

Browse files
authored
Add note for how to make interactive charts behave properly (#226)
1 parent bcca75b commit 18cadb7

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

modules/module7/slides/module7_00.qmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ title: Module Learning Outcomes
44
title-slide-attributes:
55
data-notes: |
66
In this module, students will learn to build interactive Altair visualizations with linked selections, widget controls, and lightweight sharing options.
7+
8+
**NOTE** There is currently an issue with how chart interactions
9+
work within these slides. To make the charts behave as expected,
10+
click on a slide and then press the `f` key on your keyboard
11+
to display the slides in fullscreen mode (use `Esc` to exit fullscreen).
712
---
813

914
## Module Learning Outcomes

modules/module7/slides/module7_01.qmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ title-slide-attributes:
1515
can be added as part of answering a specific question,
1616
they are also often used by your audience to answer additional questions
1717
that might come up as they are studying your visualizations.
18+
19+
**NOTE** There is currently an issue with how chart interactions
20+
work within these slides. To make the charts behave as expected,
21+
click on a slide and then press the `f` key on your keyboard
22+
to display the slides in fullscreen mode (use `Esc` to exit fullscreen).
1823
---
1924

2025
```{python}

modules/module7/slides/module7_03.qmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ title-slide-attributes:
99
We will also see how to link selections between charts
1010
that do not stem from the same base chart,
1111
and how to add selections to geographical visualizations.
12+
13+
**NOTE** There is currently an issue with how chart interactions
14+
work within these slides. To make the charts behave as expected,
15+
click on a slide and then press the `f` key on your keyboard
16+
to display the slides in fullscreen mode (use `Esc` to exit fullscreen).
1217
---
1318

1419
```{python}

modules/module7/slides/module7_05.qmd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ title-slide-attributes:
77
such as dropdowns, radio buttons, and sliders to control
88
filtering events in Altair.
99
10-
IMPORTANT: The slide deck is currently out of sync with the visuals and narration in the video, as the slides reflect a more recent version of Altair. We plan to re-record the video as soon as possible.
10+
**NOTE** The slide deck is currently out of sync with the visuals and narration in the video, as the slides reflect a more recent version of Altair. We plan to re-record the video as soon as possible.
11+
12+
**NOTE** There is currently an issue with how chart interactions
13+
work within these slides. To make the charts behave as expected,
14+
click on a slide and then press the `f` key on your keyboard
15+
to display the slides in fullscreen mode (use `Esc` to exit fullscreen).
1116
---
1217

1318
```{python}

0 commit comments

Comments
 (0)