dashboard update for 11/1/13
Change-Id: Ic440636d38ae642f8e09c22d17202259526a9979
This commit is contained in:
@ -61,7 +61,7 @@ Platform Versions</a>.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on October 2, 2013.
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on November 1, 2013.
|
||||
<br/>Any versions with less than 0.1% distribution are not shown.</em>
|
||||
</p>
|
||||
|
||||
@ -92,7 +92,7 @@ Screens</a>.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on October 2, 2013
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on November 1, 2013
|
||||
<br/>Any screen configurations with less than 0.1% distribution are not shown.</em></p>
|
||||
|
||||
|
||||
@ -129,17 +129,17 @@ uses.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1.1 only</th>
|
||||
<td>0.2%</td>
|
||||
<td>0.1%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2.0 & 1.1</th>
|
||||
<td>99.8%</td>
|
||||
<td>99.9%</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on October 2, 2013</em></p>
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on November 1, 2013</em></p>
|
||||
|
||||
|
||||
|
||||
@ -157,17 +157,17 @@ uses.</p>
|
||||
var VERSION_DATA =
|
||||
[
|
||||
{
|
||||
"chart": "//chart.googleapis.com/chart?chs=500x250&cht=p&chco=c4df9b%2C6fad0c&chf=bg%2Cs%2C00000000&chd=t%3A2.2%2C28.5%2C0.1%2C20.6%2C48.6&chl=Froyo%7CGingerbread%7CHoneycomb%7CIce%20Cream%20Sandwich%7CJelly%20Bean",
|
||||
"chart": "//chart.googleapis.com/chart?chl=Froyo%7CGingerbread%7CHoneycomb%7CIce%20Cream%20Sandwich%7CJelly%20Bean&chco=c4df9b%2C6fad0c&chd=t%3A1.7%2C26.3%2C0.1%2C19.8%2C52.1&chf=bg%2Cs%2C00000000&chs=500x250&cht=p",
|
||||
"data": [
|
||||
{
|
||||
"api": 8,
|
||||
"name": "Froyo",
|
||||
"perc": "2.2"
|
||||
"perc": "1.7"
|
||||
},
|
||||
{
|
||||
"api": 10,
|
||||
"name": "Gingerbread",
|
||||
"perc": "28.5"
|
||||
"perc": "26.3"
|
||||
},
|
||||
{
|
||||
"api": 13,
|
||||
@ -177,22 +177,22 @@ var VERSION_DATA =
|
||||
{
|
||||
"api": 15,
|
||||
"name": "Ice Cream Sandwich",
|
||||
"perc": "20.6"
|
||||
"perc": "19.8"
|
||||
},
|
||||
{
|
||||
"api": 16,
|
||||
"name": "Jelly Bean",
|
||||
"perc": "36.5"
|
||||
"perc": "37.3"
|
||||
},
|
||||
{
|
||||
"api": 17,
|
||||
"name": "Jelly Bean",
|
||||
"perc": "10.6"
|
||||
"perc": "12.5"
|
||||
},
|
||||
{
|
||||
"api": 18,
|
||||
"name": "Jelly Bean",
|
||||
"perc": "1.5"
|
||||
"perc": "2.3"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -209,19 +209,19 @@ var SCREEN_DATA =
|
||||
"Large": {
|
||||
"hdpi": "0.5",
|
||||
"ldpi": "0.6",
|
||||
"mdpi": "3.5",
|
||||
"mdpi": "3.6",
|
||||
"tvdpi": "1.2",
|
||||
"xhdpi": "0.6"
|
||||
"xhdpi": "0.5"
|
||||
},
|
||||
"Normal": {
|
||||
"hdpi": "33.5",
|
||||
"hdpi": "33.4",
|
||||
"ldpi": "0.1",
|
||||
"mdpi": "15.3",
|
||||
"xhdpi": "22.8",
|
||||
"xxhdpi": "7.7"
|
||||
"mdpi": "15.1",
|
||||
"xhdpi": "22.2",
|
||||
"xxhdpi": "8.8"
|
||||
},
|
||||
"Small": {
|
||||
"ldpi": "9.4"
|
||||
"ldpi": "9.2"
|
||||
},
|
||||
"Xlarge": {
|
||||
"hdpi": "0.3",
|
||||
@ -229,8 +229,8 @@ var SCREEN_DATA =
|
||||
"xhdpi": "0.1"
|
||||
}
|
||||
},
|
||||
"densitychart": "//chart.googleapis.com/chart?chs=400x250&cht=p&chco=c4df9b%2C6fad0c&chf=bg%2Cs%2C00000000&chd=t%3A10.1%2C23.3%2C1.2%2C34.3%2C23.5%2C7.7&chl=ldpi%7Cmdpi%7Ctvdpi%7Chdpi%7Cxhdpi%7Cxxhdpi",
|
||||
"layoutchart": "//chart.googleapis.com/chart?chs=400x250&cht=p&chco=c4df9b%2C6fad0c&chf=bg%2Cs%2C00000000&chd=t%3A4.8%2C6.4%2C79.5%2C9.4&chl=Xlarge%7CLarge%7CNormal%7CSmall"
|
||||
"densitychart": "//chart.googleapis.com/chart?chl=ldpi%7Cmdpi%7Ctvdpi%7Chdpi%7Cxhdpi%7Cxxhdpi&chco=c4df9b%2C6fad0c&chd=t%3A9.9%2C23.1%2C1.2%2C34.2%2C22.8%2C8.8&chf=bg%2Cs%2C00000000&chs=400x250&cht=p",
|
||||
"layoutchart": "//chart.googleapis.com/chart?chl=Xlarge%7CLarge%7CNormal%7CSmall&chco=c4df9b%2C6fad0c&chd=t%3A4.8%2C6.4%2C79.6%2C9.2&chf=bg%2Cs%2C00000000&chs=400x250&cht=p"
|
||||
}
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user