AustingDong
commited on
Commit
·
e509b83
1
Parent(s):
7a65ebc
- .gitignore +3 -0
- charts/area_None.json +0 -11
- charts/area_None.png +0 -0
- charts/bar_None.json +0 -13
- charts/bar_None.png +0 -0
- charts/bubble_None.json +0 -11
- charts/bubble_None.png +0 -0
- charts/choropleth_None.json +0 -11
- charts/choropleth_None.png +0 -0
- charts/histogram_None.json +0 -12
- charts/histogram_None.png +0 -0
- charts/line_None.json +0 -11
- charts/line_None.png +0 -0
- charts/pie_None.json +0 -11
- charts/pie_None.png +0 -0
- charts/scatter_None.json +0 -12
- charts/scatter_None.png +0 -0
- charts/stacked_area_None.json +0 -12
- charts/stacked_area_None.png +0 -0
- charts/stacked_bar_100_None.json +0 -18
- charts/stacked_bar_100_None.png +0 -0
- charts/stacked_bar_None.json +0 -12
- charts/stacked_bar_None.png +0 -0
- charts/treemap_None.json +0 -11
- charts/treemap_None.png +0 -0
- questions/100% Stacked Bar Chart.json +0 -19
- questions/Area Chart.json +0 -19
- questions/Bar Chart.json +0 -19
- questions/Bubble Chart.json +0 -19
- questions/Choropleth Map.json +0 -13
- questions/Histogram.json +0 -19
- questions/Line Chart.json +0 -19
- questions/Pie Chart.json +0 -19
- questions/Scatter Chart.json +0 -19
- questions/Stacked Area Chart.json +0 -19
- questions/Stacked Bar Chart.json +0 -19
- questions/Treemap.json +0 -19
.gitignore
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
charts/*
|
2 |
+
questions/*
|
3 |
+
.DS_Store
|
charts/area_None.json
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"filename": "area_None.png",
|
3 |
-
"chart_type": "area",
|
4 |
-
"max_x": 4,
|
5 |
-
"variation": {
|
6 |
-
"color_scheme": "orange",
|
7 |
-
"num_points": 7
|
8 |
-
},
|
9 |
-
"question": "At which x-position is the value highest?",
|
10 |
-
"answer": 4
|
11 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
charts/area_None.png
DELETED
Binary file (9.97 kB)
|
|
charts/bar_None.json
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"filename": "bar_None.png",
|
3 |
-
"chart_type": "bar",
|
4 |
-
"max_category": "David",
|
5 |
-
"variation": {
|
6 |
-
"color_scheme": "dark2",
|
7 |
-
"sorted": false,
|
8 |
-
"orientation": "vertical",
|
9 |
-
"num_bars": 5
|
10 |
-
},
|
11 |
-
"question": "Which category has the highest value?",
|
12 |
-
"answer": "David"
|
13 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
charts/bar_None.png
DELETED
Binary file (10.7 kB)
|
|
charts/bubble_None.json
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"filename": "bubble_None.png",
|
3 |
-
"chart_type": "bubble",
|
4 |
-
"max_label": "Microsoft",
|
5 |
-
"variation": {
|
6 |
-
"color_scheme": "category10",
|
7 |
-
"num_points": 5
|
8 |
-
},
|
9 |
-
"question": "Which point has the largest size?",
|
10 |
-
"answer": "Microsoft"
|
11 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
charts/bubble_None.png
DELETED
Binary file (17.5 kB)
|
|
charts/choropleth_None.json
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"filename": "choropleth_None.png",
|
3 |
-
"chart_type": "choropleth",
|
4 |
-
"max_state": "TX",
|
5 |
-
"variation": {
|
6 |
-
"color_scheme": "Blues",
|
7 |
-
"num_states": 50
|
8 |
-
},
|
9 |
-
"question": "Which state has the highest value?",
|
10 |
-
"answer": "TX"
|
11 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
charts/choropleth_None.png
DELETED
Binary file (72 kB)
|
|
charts/histogram_None.json
DELETED
@@ -1,12 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"filename": "histogram_None.png",
|
3 |
-
"chart_type": "histogram",
|
4 |
-
"max_bin": "(53.507, 59.791]",
|
5 |
-
"variation": {
|
6 |
-
"num_bins": 10,
|
7 |
-
"num_values": 100,
|
8 |
-
"distribution": "gaussian"
|
9 |
-
},
|
10 |
-
"question": "Which bin has the most values?",
|
11 |
-
"answer": "(53.507, 59.791]"
|
12 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
charts/histogram_None.png
DELETED
Binary file (9.76 kB)
|
|
charts/line_None.json
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"filename": "line_None.png",
|
3 |
-
"chart_type": "line",
|
4 |
-
"max_x": 4,
|
5 |
-
"variation": {
|
6 |
-
"color": "#2ca02c",
|
7 |
-
"num_points": 7
|
8 |
-
},
|
9 |
-
"question": "At which x-position is the value highest?",
|
10 |
-
"answer": 4
|
11 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
charts/line_None.png
DELETED
Binary file (15.3 kB)
|
|
charts/pie_None.json
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"filename": "pie_None.png",
|
3 |
-
"chart_type": "pie",
|
4 |
-
"max_category": "AAPL",
|
5 |
-
"variation": {
|
6 |
-
"color_scheme": "category10",
|
7 |
-
"num_slices": 5
|
8 |
-
},
|
9 |
-
"question": "Which category has the largest proportion?",
|
10 |
-
"answer": "AAPL"
|
11 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
charts/pie_None.png
DELETED
Binary file (11.3 kB)
|
|
charts/scatter_None.json
DELETED
@@ -1,12 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"filename": "scatter_None.png",
|
3 |
-
"chart_type": "scatter",
|
4 |
-
"farthest_x": 72.22111961428827,
|
5 |
-
"variation": {
|
6 |
-
"color_scheme": "red",
|
7 |
-
"point_shape": "circle",
|
8 |
-
"num_points": 10
|
9 |
-
},
|
10 |
-
"question": "What is the x value of point that is the farthest from the origin?",
|
11 |
-
"answer": 72.22111961428827
|
12 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
charts/scatter_None.png
DELETED
Binary file (9.6 kB)
|
|
charts/stacked_area_None.json
DELETED
@@ -1,12 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"filename": "stacked_area_None.png",
|
3 |
-
"chart_type": "stacked_area",
|
4 |
-
"max_serie": "Justin",
|
5 |
-
"variation": {
|
6 |
-
"color_scheme": "dark2",
|
7 |
-
"num_series": 3,
|
8 |
-
"num_points": 10
|
9 |
-
},
|
10 |
-
"question": "Which serie has the largest total value?",
|
11 |
-
"answer": "Justin"
|
12 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
charts/stacked_area_None.png
DELETED
Binary file (21.8 kB)
|
|
charts/stacked_bar_100_None.json
DELETED
@@ -1,18 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"filename": "stacked_bar_100_None.png",
|
3 |
-
"chart_type": "stacked_bar_100",
|
4 |
-
"max_segment": {
|
5 |
-
"category": "Canada",
|
6 |
-
"series": "mouse"
|
7 |
-
},
|
8 |
-
"variation": {
|
9 |
-
"color_scheme": "dark2",
|
10 |
-
"num_series": 3,
|
11 |
-
"num_categories": 6
|
12 |
-
},
|
13 |
-
"question": "In which category does a segment occupy the largest proportion?",
|
14 |
-
"answer": {
|
15 |
-
"category": "Canada",
|
16 |
-
"series": "mouse"
|
17 |
-
}
|
18 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
charts/stacked_bar_100_None.png
DELETED
Binary file (17.8 kB)
|
|
charts/stacked_bar_None.json
DELETED
@@ -1,12 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"filename": "stacked_bar_None.png",
|
3 |
-
"chart_type": "stacked_bar",
|
4 |
-
"max_category": "Japan",
|
5 |
-
"variation": {
|
6 |
-
"color_scheme": "dark2",
|
7 |
-
"num_series": 3,
|
8 |
-
"num_categories": 4
|
9 |
-
},
|
10 |
-
"question": "Which category has the highest total value?",
|
11 |
-
"answer": "Japan"
|
12 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
charts/stacked_bar_None.png
DELETED
Binary file (13.2 kB)
|
|
charts/treemap_None.json
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"filename": "treemap_None.png",
|
3 |
-
"chart_type": "treemap",
|
4 |
-
"max_category": "China",
|
5 |
-
"variation": {
|
6 |
-
"num_categories": 6,
|
7 |
-
"background_color": "rgba(237,249,226,1.0)"
|
8 |
-
},
|
9 |
-
"question": "Which category occupies the largest area?",
|
10 |
-
"answer": "China"
|
11 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
charts/treemap_None.png
DELETED
Binary file (8.19 kB)
|
|
questions/100% Stacked Bar Chart.json
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"type": "100% Stacked Bar Chart",
|
3 |
-
"question": "Which country has the largest proportion of mouse price?",
|
4 |
-
"options": [
|
5 |
-
{
|
6 |
-
"A": "Canada"
|
7 |
-
},
|
8 |
-
{
|
9 |
-
"B": "China"
|
10 |
-
},
|
11 |
-
{
|
12 |
-
"C": "Japan"
|
13 |
-
},
|
14 |
-
{
|
15 |
-
"D": "Korea"
|
16 |
-
}
|
17 |
-
],
|
18 |
-
"correct_answer": "A"
|
19 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
questions/Area Chart.json
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"type": "Area Chart",
|
3 |
-
"question": "At which month the price of tea is the highest?",
|
4 |
-
"options": [
|
5 |
-
{
|
6 |
-
"A": "1"
|
7 |
-
},
|
8 |
-
{
|
9 |
-
"B": "3"
|
10 |
-
},
|
11 |
-
{
|
12 |
-
"C": "4"
|
13 |
-
},
|
14 |
-
{
|
15 |
-
"D": "7"
|
16 |
-
}
|
17 |
-
],
|
18 |
-
"correct_answer": "C"
|
19 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
questions/Bar Chart.json
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"type": "Bar Chart",
|
3 |
-
"question": "Which student has the highest score in midterm?",
|
4 |
-
"options": [
|
5 |
-
{
|
6 |
-
"A": "Bob"
|
7 |
-
},
|
8 |
-
{
|
9 |
-
"B": "Elora"
|
10 |
-
},
|
11 |
-
{
|
12 |
-
"C": "Kevin"
|
13 |
-
},
|
14 |
-
{
|
15 |
-
"D": "David"
|
16 |
-
}
|
17 |
-
],
|
18 |
-
"correct_answer": "D"
|
19 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
questions/Bubble Chart.json
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"type": "Bubble Chart",
|
3 |
-
"question": "What is the number of employees of the company that has lowest annual income?",
|
4 |
-
"options": [
|
5 |
-
{
|
6 |
-
"A": "5"
|
7 |
-
},
|
8 |
-
{
|
9 |
-
"B": "20"
|
10 |
-
},
|
11 |
-
{
|
12 |
-
"C": "85"
|
13 |
-
},
|
14 |
-
{
|
15 |
-
"D": "60"
|
16 |
-
}
|
17 |
-
],
|
18 |
-
"correct_answer": "C"
|
19 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
questions/Choropleth Map.json
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"type": "Choropleth Map",
|
3 |
-
"question": "Is the GDP of CA higher than NV?",
|
4 |
-
"options": [
|
5 |
-
{
|
6 |
-
"A": "True"
|
7 |
-
},
|
8 |
-
{
|
9 |
-
"B": "False"
|
10 |
-
}
|
11 |
-
],
|
12 |
-
"correct_answer": "A"
|
13 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
questions/Histogram.json
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"type": "Histogram",
|
3 |
-
"question": "Which range of distance of trip people prefers the most?",
|
4 |
-
"options": [
|
5 |
-
{
|
6 |
-
"A": "10-20km"
|
7 |
-
},
|
8 |
-
{
|
9 |
-
"B": "30-40km"
|
10 |
-
},
|
11 |
-
{
|
12 |
-
"C": "50-60km"
|
13 |
-
},
|
14 |
-
{
|
15 |
-
"D": "70-80km"
|
16 |
-
}
|
17 |
-
],
|
18 |
-
"correct_answer": "C"
|
19 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
questions/Line Chart.json
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"type": "Line Chart",
|
3 |
-
"question": "What is the blood sugar level three hours after a meal",
|
4 |
-
"options": [
|
5 |
-
{
|
6 |
-
"A": "18"
|
7 |
-
},
|
8 |
-
{
|
9 |
-
"B": "70"
|
10 |
-
},
|
11 |
-
{
|
12 |
-
"C": "90"
|
13 |
-
},
|
14 |
-
{
|
15 |
-
"D": "50"
|
16 |
-
}
|
17 |
-
],
|
18 |
-
"correct_answer": "3"
|
19 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
questions/Pie Chart.json
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"type": "Pie Chart",
|
3 |
-
"question": "Which stock has the smallest holdings in this portfolio?",
|
4 |
-
"options": [
|
5 |
-
{
|
6 |
-
"A": "AAPL"
|
7 |
-
},
|
8 |
-
{
|
9 |
-
"B": "NVDA"
|
10 |
-
},
|
11 |
-
{
|
12 |
-
"C": "TSLA"
|
13 |
-
},
|
14 |
-
{
|
15 |
-
"D": "GOOG"
|
16 |
-
}
|
17 |
-
],
|
18 |
-
"correct_answer": "B"
|
19 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
questions/Scatter Chart.json
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"type": "Scatter Chart",
|
3 |
-
"question": "What is the weight of the individual that has highest height?",
|
4 |
-
"options": [
|
5 |
-
{
|
6 |
-
"A": "96"
|
7 |
-
},
|
8 |
-
{
|
9 |
-
"B": "72"
|
10 |
-
},
|
11 |
-
{
|
12 |
-
"C": "55"
|
13 |
-
},
|
14 |
-
{
|
15 |
-
"D": "25"
|
16 |
-
}
|
17 |
-
],
|
18 |
-
"correct_answer": "A"
|
19 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
questions/Stacked Area Chart.json
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"type": "Stacked Area Chart",
|
3 |
-
"question": "What was the ratio of boys named 'Justin' to boys named 'Kevin' in the 3rd month in the USA?",
|
4 |
-
"options": [
|
5 |
-
{
|
6 |
-
"A": "1:1"
|
7 |
-
},
|
8 |
-
{
|
9 |
-
"B": "1:2"
|
10 |
-
},
|
11 |
-
{
|
12 |
-
"C": "2:1"
|
13 |
-
},
|
14 |
-
{
|
15 |
-
"D": "4:1"
|
16 |
-
}
|
17 |
-
],
|
18 |
-
"correct_answer": "C"
|
19 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
questions/Stacked Bar Chart.json
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"type": "Stacked Bar Chart",
|
3 |
-
"question": "What is the price of headphone in Japan?",
|
4 |
-
"options": [
|
5 |
-
{
|
6 |
-
"A": "10"
|
7 |
-
},
|
8 |
-
{
|
9 |
-
"B": "30"
|
10 |
-
},
|
11 |
-
{
|
12 |
-
"C": "50"
|
13 |
-
},
|
14 |
-
{
|
15 |
-
"D": "70"
|
16 |
-
}
|
17 |
-
],
|
18 |
-
"correct_answer": "B"
|
19 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
questions/Treemap.json
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"type": "Treemap",
|
3 |
-
"question": "Which country has the largest population?",
|
4 |
-
"options": [
|
5 |
-
{
|
6 |
-
"A": "China"
|
7 |
-
},
|
8 |
-
{
|
9 |
-
"B": " USA"
|
10 |
-
},
|
11 |
-
{
|
12 |
-
"C": " Canada"
|
13 |
-
},
|
14 |
-
{
|
15 |
-
"D": " UK"
|
16 |
-
}
|
17 |
-
],
|
18 |
-
"correct_answer": "A"
|
19 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|