Published
Edited
Feb 5, 2022
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
height = 900 // set the height of the SVG/page in px
Insert cell
Insert cell
totalPages = 108
Insert cell
Insert cell
config = [
{
label: 'Setting the scene.',
page_start: 1,
bgd_col: '#f6f2d1',
txt_col: '#d1bd19'
},
{
label: 'Building the tension.',
page_start: 18,
bgd_col: '#f4fff4',
txt_col: '#4a804a'
},
{
label: 'The exciting bit.',
page_start: 36,
bgd_col: '#94ff94',
txt_col: '#4a804a'

},
{
label: 'Tidying up loose ends.',
page_start: 69,
bgd_col: '#dfffdf',
txt_col: '#4a804a'
},
{
label: 'Ending the story.',
page_start: 88,
bgd_col: '#d6ccde',
txt_col: '#340059'
}
]
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Space+Mono&display=swap" rel="stylesheet">

<style>
text {
font-family: 'Space Mono', monospace;
font-weight: 400;
}
</style>
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more