-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtreemap.json
51 lines (45 loc) · 1.11 KB
/
treemap.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"fetch" : {
"kickStarterPledges" : "https://cdn.freecodecamp.org/testable-projects-fcc/data/tree_map/kickstarter-funding-data.json",
"movieSales" : "https://cdn.freecodecamp.org/testable-projects-fcc/data/tree_map/movie-data.json",
"videoGameSales" : "https://cdn.freecodecamp.org/testable-projects-fcc/data/tree_map/video-game-sales-data.json"
},
"heading" : {
"container" : "header",
"title" : {
"html" : "Heading Title",
"id" : "title",
"element" : "h1"
},
"description" : {
"html" : "Heading description",
"id" : "description",
"element" : "h2"
}
},
"footing" : {
"container" : "footer",
"address" : {
"element" : "p",
"about" : "This project is for freecodecamp certification purposes only.",
"programmer" : "Eric Ray Saladar",
"year" : 2025
},
"github" : {
"element" : "a",
"target" : "_blank",
"href" : "https://github.com/ericraycodes/fcc-dv-treemapdiagram-1.0/",
"content" : "GitHub"
}
},
"map" : {
"container" : "main",
"element" : "svg",
"id" : "treemap",
"dimension" : {
"height" : 500,
"width" : 900,
"pad" : null
}
}
}