screen_resolution.json
2.1 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
[{
"year": 2000,
"resolution": "1024x768",
"share": 25,
"visibleInLegend": false,
"order": 1
},{
"year": 2000,
"resolution": "Other",
"share": 75,
"visibleInLegend": false,
"order": 2,
"color": "#ccc"
},{
"year": 2001,
"resolution": "1024x768",
"share": 29,
"visibleInLegend": false,
"order": 1
},{
"year": 2001,
"resolution": "Other",
"share": 71,
"visibleInLegend": false,
"order": 2,
"color": "#ccc"
},{
"year": 2002,
"resolution": "1024x768",
"share": 34,
"visibleInLegend": false,
"order": 1
},{
"year": 2002,
"resolution": "Other",
"share": 66,
"visibleInLegend": false,
"order": 2,
"color": "#ccc"
},{
"year": 2003,
"resolution": "1024x768",
"share": 40,
"visibleInLegend": false,
"order": 1
},{
"year": 2003,
"resolution": "Other",
"share": 60,
"visibleInLegend": false,
"order": 2,
"color": "#ccc"
},{
"year": 2004,
"resolution": "1024x768",
"share": 47,
"visibleInLegend": false,
"order": 1
},{
"year": 2004,
"resolution": "Other",
"share": 53,
"visibleInLegend": false,
"order": 2,
"color": "#ccc"
},{
"year": 2005,
"resolution": "1024x768",
"share": 53,
"visibleInLegend": false,
"order": 1
},{
"year": 2005,
"resolution": "Other",
"share": 47,
"visibleInLegend": false,
"order": 2,
"color": "#ccc"
},{
"year": 2006,
"resolution": "1024x768",
"share": 57,
"visibleInLegend": false,
"order": 1,
"color": "#c00"
},{
"year": 2006,
"resolution": "Other",
"share": 43,
"visibleInLegend": false,
"order": 2,
"color": "#ccc"
},{
"year": 2007,
"resolution": "1024x768",
"share": 54,
"visibleInLegend": false,
"order": 1
},{
"year": 2007,
"resolution": "Other",
"share": 46,
"visibleInLegend": false,
"order": 2,
"color": "#ccc"
},{
"year": 2008,
"resolution": "1024x768",
"share": 48,
"visibleInLegend": false,
"order": 1
},{
"year": 2008,
"resolution": "Other",
"share": 52,
"visibleInLegend": false,
"order": 2,
"color": "#ccc"
},{
"year": 2009,
"resolution": "1024x768",
"share": 36,
"visibleInLegend": false,
"order": 1
},{
"year": 2009,
"resolution": "Other",
"share": 64,
"visibleInLegend": false,
"order": 2,
"color": "#ccc"
}]