Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aaae94ae authored by Scott Main's avatar Scott Main
Browse files

update dashbord for 6/3

Change-Id: I73f340be032d6a45ccc20c80f03849b018f650e5
parent 7d469061
Loading
Loading
Loading
Loading
+22 −23
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ Platform Versions</a>.</p>
</div>


<p style="clear:both"><em>Data collected during a 14-day period ending on May 1, 2013.
<p style="clear:both"><em>Data collected during a 14-day period ending on June 3, 2013.
<br/>Any versions with less than 0.1% distribution are not shown.</em>
</p>

@@ -83,7 +83,7 @@ Screens</a>.</p>
</div>


<p style="clear:both"><em>Data collected during a 14-day period ending on May 1, 2013
<p style="clear:both"><em>Data collected during a 14-day period ending on June 3, 2013
<br/>Any screen configurations with less than 0.1% distribution are not shown.</em></p>


@@ -130,7 +130,7 @@ uses.</p>



<p style="clear:both"><em>Data collected during a 14-day period ending on May 1, 2013</em></p>
<p style="clear:both"><em>Data collected during a 14-day period ending on June 3, 2013</em></p>



@@ -148,7 +148,7 @@ uses.</p>
var VERSION_DATA =
[
  {
    "chart": "//chart.googleapis.com/chart?chs=500x250&cht=p&chf=bg%2Cs%2C00000000&chd=t%3A1.8%2C3.7%2C38.5%2C0.1%2C27.5%2C28.4&chco=c4df9b%2C6fad0c&chl=Eclair%7CFroyo%7CGingerbread%7CHoneycomb%7CIce%20Cream%20Sandwich%7CJelly%20Bean",
    "chart": "//chart.googleapis.com/chart?chl=Eclair%7CFroyo%7CGingerbread%7CHoneycomb%7CIce%20Cream%20Sandwich%7CJelly%20Bean&chd=t%3A1.6%2C3.2%2C36.5%2C0.1%2C25.6%2C33.0&chf=bg%2Cs%2C00000000&chco=c4df9b%2C6fad0c&cht=p&chs=500x250",
    "data": [
      {
        "api": 4,
@@ -158,12 +158,12 @@ var VERSION_DATA =
      {
        "api": 7,
        "name": "Eclair",
        "perc": "1.7"
        "perc": "1.5"
      },
      {
        "api": 8,
        "name": "Froyo",
        "perc": "3.7"
        "perc": "3.2"
      },
      {
        "api": 9,
@@ -173,7 +173,7 @@ var VERSION_DATA =
      {
        "api": 10,
        "name": "Gingerbread",
        "perc": "38.4"
        "perc": "36.4"
      },
      {
        "api": 13,
@@ -183,17 +183,17 @@ var VERSION_DATA =
      {
        "api": 15,
        "name": "Ice Cream Sandwich",
        "perc": "27.5"
        "perc": "25.6"
      },
      {
        "api": 16,
        "name": "Jelly Bean",
        "perc": "26.1"
        "perc": "29.0"
      },
      {
        "api": 17,
        "name": "Jelly Bean",
        "perc": "2.3"
        "perc": "4.0"
      }
    ]
  }
@@ -205,35 +205,34 @@ var VERSION_DATA =

var SCREEN_DATA =
[

  {
    "data": {
      "Large": {
        "hdpi": "0.4",
        "ldpi": "0.6",
        "mdpi": "2.9",
        "mdpi": "3.0",
        "tvdpi": "1.0",
        "xhdpi": "0.7"
        "xhdpi": "0.6"
      },
      "Normal": {
        "hdpi": "37.3",
        "hdpi": "36.0",
        "ldpi": "0.1",
        "mdpi": "16.1",
        "xhdpi": "24.9",
        "xxhdpi": "1.3"
        "mdpi": "16.0",
        "xhdpi": "24.5",
        "xxhdpi": "3.3"
      },
      "Small": {
        "ldpi": "9.8"
        "hdpi": "0.1",
        "ldpi": "9.9"
      },
      "Xlarge": {
        "hdpi": "0.1",
        "ldpi": "0.2",
        "mdpi": "4.5",
        "hdpi": "0.2",
        "mdpi": "4.2",
        "xhdpi": "0.1"
      }
    },
    "densitychart": "//chart.googleapis.com/chart?chs=400x250&cht=p&chf=bg%2Cs%2C00000000&chd=t%3A10.7%2C23.5%2C1.0%2C37.8%2C25.7%2C1.3&chco=c4df9b%2C6fad0c&chl=ldpi%7Cmdpi%7Ctvdpi%7Chdpi%7Cxhdpi%7Cxxhdpi",
    "layoutchart": "//chart.googleapis.com/chart?chs=400x250&cht=p&chf=bg%2Cs%2C00000000&chd=t%3A4.9%2C5.6%2C79.7%2C9.8&chco=c4df9b%2C6fad0c&chl=Xlarge%7CLarge%7CNormal%7CSmall"
    "densitychart": "//chart.googleapis.com/chart?chl=ldpi%7Cmdpi%7Ctvdpi%7Chdpi%7Cxhdpi%7Cxxhdpi&chd=t%3A10.6%2C23.2%2C1.0%2C36.7%2C25.2%2C3.3&chf=bg%2Cs%2C00000000&chco=c4df9b%2C6fad0c&cht=p&chs=400x250",
    "layoutchart": "//chart.googleapis.com/chart?chl=Xlarge%7CLarge%7CNormal%7CSmall&chd=t%3A4.5%2C5.6%2C79.9%2C10.0&chf=bg%2Cs%2C00000000&chco=c4df9b%2C6fad0c&cht=p&chs=400x250"
  }
];