Platform
Resources
Pricing
Sign in
Get started
Amit Kapoor
Crafting Visual Stories with Data.
Workspace
Fork
Public
By
Amit Kapoor
Edited
Jul 26, 2023
Insert cell
Insert cell
anychart
=
import
(
"https://cdn.skypack.dev/anychart@8.11.1?min"
)
Insert cell
data
=
[
{
x
:
"learning"
,
value
:
80
}
,
{
x
:
"includes"
,
value
:
56
}
,
{
x
:
"lists"
,
value
:
44
}
,
{
x
:
"meaning"
,
value
:
40
}
,
{
x
:
"useful"
,
value
:
36
}
,
{
x
:
"different"
,
value
:
32
}
]
Insert cell
anychart
Insert cell
{
let
chart
=
anychart
.
default
.
tagCloud
(
data
)
;
chart
.
container
(
"vis"
)
;
chart
.
draw
(
)
;
}
Insert cell
html
`<div id="vis"></div>`
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
anychart
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML