Platform
Solutions
Resources
Pricing
Sign in
Sign up
Jonathan Terrell
Workspace
Fork
Published
By
Jonathan Terrell
Edited
Jul 29, 2021
Fork of
Test (AMCharts)
Insert cell
Insert cell
Insert cell
Insert cell
visualise
=
async
container
=>
{
const
visualiser
=
await
new
PlotlyJS
.
Visualiser
(
container
,
options
)
.
build
(
)
;
container
.
replaceChildren
(
visualiser
.
element
)
;
return
visualiser
;
}
Insert cell
Insert cell
Insert cell
Insert cell
options
=
[
{
x
:
[
1
,
2
,
3
,
4
]
,
y
:
[
10
,
15
,
13
,
17
]
,
mode
:
'markers'
,
type
:
'scatter'
}
,
{
x
:
[
2
,
3
,
4
,
5
]
,
y
:
[
16
,
5
,
11
,
9
]
,
mode
:
'lines'
,
type
:
'scatter'
}
,
{
x
:
[
1
,
2
,
3
,
4
]
,
y
:
[
12
,
9
,
15
,
12
]
,
mode
:
'lines+markers'
,
type
:
'scatter'
}
]
Insert cell
Insert cell
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.
Try it for free
Learn more
Compare fork
Fork
View
Export
narrative_1
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
visual_1
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
visualise
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
options
Add comment
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
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML