Platform
Resources
Pricing
Sign in
Get started
Tom Larkworthy
Tech Lead at Taktile. Formerly Firebase, Google
Workspace
Fork
Published
2 collections
By
Tom Larkworthy
Edited
Feb 17, 2021
3 forks
Importers
39 stars
Insert cell
2
Insert cell
Insert cell
5
viewof
demo
=
verticalSliders
(
{
values
:
Array
(
30
)
.
fill
(
0
)
.
map
(
(
_
,
i
)
=>
Math
.
sin
(
i
/
3
+
now
/
500
)
/
2
+
0.5
)
,
labels
:
Array
(
30
)
.
fill
(
0
)
.
map
(
(
_
,
i
)
=>
i
)
}
)
Insert cell
Insert cell
Insert cell
viewof
color
=
verticalSliders
(
{
names
:
[
"r"
,
"g"
,
"b"
]
,
labels
:
[
"red"
,
"green"
,
"blue"
]
,
maxs
:
[
255
,
255
,
255
]
,
steps
:
[
1
,
1
,
1
]
}
)
Insert cell
import
{
form
}
from
"@tomlarkworthy/mutable-form-input"
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
Listed in...
ui
Tom Larkworthy
Observable's Instagram Shares
Observable
Edit
Show 2 comments
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
verticalSliders
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
demo
Show 5 comments
Copy import
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
color
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML