Platform
Resources
Pricing
Sign in
Get started
Observable
The end-to-end solution for building and hosting better data apps, dashboards, and reports.
Workspace
Fork
Unlisted
2 collections
Edited
Sep 28, 2023
4 forks
100 stars
Insert cell
Insert cell
Insert cell
Insert cell
require
(
"chart.js@2.7.1"
)
Insert cell
Insert cell
Chart
=
require
(
"chart.js@2.7.1/dist/Chart.min.js"
)
Insert cell
Insert cell
Insert cell
Insert cell
obliterator
=
require
(
'https://bundle.run/obliterator@1.2.1'
)
Insert cell
Insert cell
2
THREE
=
{
const
THREE
=
(
window
.
THREE
=
await
require
(
"three@0.132.2"
)
)
;
await
require
(
"three@0.132.2/examples/js/controls/OrbitControls.js"
)
.
catch
(
(
)
=>
{
}
)
;
return
THREE
;
}
Insert cell
Insert cell
BigNumber
=
{
// require bignumber
let
bn
=
await
require
(
'bignumber.js'
)
;
// Print out lots and lots of digits
bn
.
config
(
{
EXPONENTIAL_AT
:
1e+9
}
)
;
// return the configured object
return
bn
;
}
Insert cell
Insert cell
hyperHTML
=
require
(
"hyperhtml"
)
.
catch
(
(
)
=>
window
.
hyperHTML
)
Insert cell
Insert cell
import
{
note
}
from
"@observablehq/notes"
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...
Debugging
Observable
JavaScript in Observable
Observable
Edit
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
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Chart
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
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
obliterator
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
THREE
Show 2 comments
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
BigNumber
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
hyperHTML
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
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML