Skip to content

Commit

Permalink
Merge pull request #126 from HenrikBengtsson/main
Browse files Browse the repository at this point in the history
typo: glove -> globe
  • Loading branch information
jimjam-slam authored Nov 2, 2024
2 parents e3ff7af + f9d82b1 commit 2555912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gallery/demos/ojs-variables/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ format:

Closeread makes scrolling progress available to users as [Observable JavasScript](https://quarto.org/docs/interactive/ojs) variables, so you can create Closeread sections with interactive graphics that change as you scroll.

Let's use this functionality to make a visualization of a globe. Before we start, let's define some cities that we'll plot on that glove. Here I've done it in OJS, but you could easily make an R or Python data frame available using `ojs_define()` (or load a CSV from elsewhere):
Let's use this functionality to make a visualization of a globe. Before we start, let's define some cities that we'll plot on that globe. Here I've done it in OJS, but you could easily make an R or Python data frame available using `ojs_define()` (or load a CSV from elsewhere):

```{ojs}
//| echo: true
Expand Down Expand Up @@ -209,4 +209,4 @@ Eu in culpa officia cupidatat nostrud laborum do consequat officia Lorem tempor

Culpa aute sint aliquip in aute enim cillum in exercitation cupidatat ex cupidatat mollit dolore ut. Et culpa minim laborum in ipsum laborum velit laboris fugiat ad culpa cillum. Sit nulla eu minim in nulla. Nulla esse sint occaecat eiusmod in irure in dolor veniam pariatur laboris consectetur sunt laboris excepteur. Dolor dolore ad incididunt consequat. Ad elit ullamco veniam cillum reprehenderit pariatur pariatur nisi ea. Pariatur quis ut deserunt eiusmod ipsum magna ullamco.

:::
:::

0 comments on commit 2555912

Please sign in to comment.