File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,12 @@ export default Object.assign(function Library(resolver) {
50
50
vl : ( ) => vegalite ( require ) ,
51
51
52
52
// Sample datasets
53
+ aapl : ( ) => new FileAttachment ( "https://static.observableusercontent.com/files/3ccff97fd2d93da734e76829b2b066eafdaac6a1fafdec0faf6ebc443271cfc109d29e80dd217468fcb2aff1e6bffdc73f356cc48feb657f35378e6abbbb63b9" ) . csv ( { typed : true } ) ,
54
+ alphabet : ( ) => new FileAttachment ( "https://static.observableusercontent.com/files/75d52e6c3130b1cae83cda89305e17b50f33e7420ef205587a135e8562bcfd22e483cf4fa2fb5df6dff66f9c5d19740be1cfaf47406286e2eb6574b49ffc685d" ) . csv ( { typed : true } ) ,
53
55
cars : ( ) => new FileAttachment ( "https://static.observableusercontent.com/files/048ec3dfd528110c0665dfa363dd28bc516ffb7247231f3ab25005036717f5c4c232a5efc7bb74bc03037155cb72b1abe85a33d86eb9f1a336196030443be4f6" ) . csv ( { typed : true } ) ,
56
+ citywages : ( ) => new FileAttachment ( "https://static.observableusercontent.com/files/39837ec5121fcc163131dbc2fe8c1a2e0b3423a5d1e96b5ce371e2ac2e20a290d78b71a4fb08b9fa6a0107776e17fb78af313b8ea70f4cc6648fad68ddf06f7a" ) . csv ( { typed : true } ) ,
54
57
diamonds : ( ) => new FileAttachment ( "https://static.observableusercontent.com/files/87942b1f5d061a21fa4bb8f2162db44e3ef0f7391301f867ab5ba718b225a63091af20675f0bfe7f922db097b217b377135203a7eab34651e21a8d09f4e37252" ) . csv ( { typed : true } ) ,
58
+ industries : ( ) => new FileAttachment ( "https://static.observableusercontent.com/files/76f13741128340cc88798c0a0b7fa5a2df8370f57554000774ab8ee9ae785ffa2903010cad670d4939af3e9c17e5e18e7e05ed2b38b848ac2fc1a0066aa0005f" ) . csv ( { typed : true } ) ,
55
59
olympians : ( ) => new FileAttachment ( "https://static.observableusercontent.com/files/31ca24545a0603dce099d10ee89ee5ae72d29fa55e8fc7c9ffb5ded87ac83060d80f1d9e21f4ae8eb04c1e8940b7287d179fe8060d887fb1f055f430e210007c" ) . csv ( { typed : true } ) ,
56
60
penguins : ( ) => new FileAttachment ( "https://static.observableusercontent.com/files/715db1223e067f00500780077febc6cebbdd90c151d3d78317c802732252052ab0e367039872ab9c77d6ef99e5f55a0724b35ddc898a1c99cb14c31a379af80a" ) . csv ( { typed : true } ) ,
57
61
weather : ( ) => new FileAttachment ( "https://static.observableusercontent.com/files/693a46b22b33db0f042728700e0c73e836fa13d55446df89120682d55339c6db7cc9e574d3d73f24ecc9bc7eb9ac9a1e7e104a1ee52c00aab1e77eb102913c1f" ) . csv ( { typed : true } ) ,
Original file line number Diff line number Diff line change @@ -15,13 +15,17 @@ test("new Library returns a library with the expected keys", async t => {
15
15
"SQLite" ,
16
16
"SQLiteDatabaseClient" ,
17
17
"_" ,
18
+ "aapl" ,
19
+ "alphabet" ,
18
20
"aq" ,
19
21
"cars" ,
22
+ "citywages" ,
20
23
"d3" ,
21
24
"diamonds" ,
22
25
"dot" ,
23
26
"htl" ,
24
27
"html" ,
28
+ "industries" ,
25
29
"md" ,
26
30
"mermaid" ,
27
31
"now" ,
You can’t perform that action at this time.
0 commit comments