Platform
Resources
Pricing
Sign in
Get started
Zhida Cheng
Data Viz in Yiducloud
Workspace
Fork
Published
By
Zhida Cheng
Edited
Oct 31, 2019
1 star
1
Insert cell
Insert cell
Insert cell
JSZip
=
require
(
"https://cdnjs.cloudflare.com/ajax/libs/jszip/3.2.2/jszip.js"
)
Insert cell
Insert cell
files
=
JSZip
.
loadAsync
(
FileAttachment
(
"line-awesome.zip"
)
.
blob
(
)
)
.
then
(
zip
=>
zip
.
files
)
Insert cell
css
=
JSZip
.
loadAsync
(
FileAttachment
(
"line-awesome.zip"
)
.
blob
(
)
)
.
then
(
zip
=>
zip
.
file
(
"line-awesome/css/line-awesome.css"
)
.
async
(
"string"
)
)
Insert cell
css
.
split
(
"\n"
)
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
Pin
Add comment
Select
Duplicate
Copy link
Embed
Delete
Edit
Pin
Add comment
Select
Duplicate
Copy link
Embed
Delete
JSZip
Unpin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
Edit
Pin
Add comment
Select
Duplicate
Copy link
Embed
Delete
files
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
css
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
JavaScript
Markdown
HTML