Platform
Resources
Pricing
Sign in
Get started
Guy Pursey
An experienced developer, manager and communicator with a focus on making content creation more efficient and strategic.
Workspace
Fork
Published
By
Guy Pursey
Edited
Aug 23, 2022
Importers
Insert cell
Insert cell
Insert cell
viewof
testView
=
new
NormalView
(
0.5
)
Insert cell
viewof
testRangeA
=
Inputs
.
range
(
[
0
,
1
]
,
{
label
:
"input"
,
format
:
x
=>
x
.
toFixed
(
2
)
}
)
Insert cell
viewof
testRangeB
=
Inputs
.
range
(
[
0
,
1
]
,
{
label
:
"input"
,
format
:
x
=>
x
.
toFixed
(
2
)
}
)
Insert cell
connect
(
[
{
target
:
viewof
testRangeA
,
fn
:
x
=>
x
,
ifn
:
x
=>
x
}
,
{
target
:
viewof
testRangeB
,
fn
:
x
=>
1
-
x
,
ifn
:
x
=>
1
-
x
}
]
,
viewof
testView
)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
testView
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
testRangeA
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
testRangeB
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
connect
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
set
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
get
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
eventof
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
disposal
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
bubbles
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
NormalView
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML