Platform
Resources
Pricing
Sign in
Get started
easz
Workspace
Fork
Public
Sandbox
By
easz
Edited
Apr 8, 2021
Fork of
🤔 How to: use libraries that need CSS
•
1 fork
Importers
Insert cell
Insert cell
Insert cell
// we can add a stylesheet like this, but it would not be 'exported' to any other notebook
/*
stylesheet = html`<link rel='stylesheet'
href='https://unpkg.com/chartist@0.11.0/dist/chartist.min.css' />`
*/
Insert cell
Insert cell
Insert cell
Chartist
=
{
// this will be 'exported' as well along with 'Chartist' imported to any other notebook
document
.
head
.
appendChild
(
html
`<link rel='stylesheet'
href='https://unpkg.com/chartist@0.11.0/dist/chartist.min.css' />`
)
;
return
await
require
(
'chartist'
)
;
}
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
Compare fork
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
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
chart
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Chartist
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML