Socorro/SocorroSignatureDashboard: Difference between revisions

Changed JSON data type format
mNo edit summary
(Changed JSON data type format)
 
Line 23: Line 23:
<pre>
<pre>
{
{
"percentageByOs" : {
    "percentageByOs" : [
"Windows 7" : "100"
        {
} ....
            "os" : "Windows 7",
            "percentage" : "50"
        },
{
    "os" : "Windows Vista",
    "percentage" : "25"
},
{
    "os" : "OSX",
    "percentage" : "25"
}
    ],
    "uptimeRange" : {
        "<1 min" : "0"
    }
}
}
</pre>
</pre>


For ranges of uptimes it will be displayed in increments of 15 min, starting from <1 min to >1 hour
For ranges of uptimes it will be displayed in increments of 15 min, starting from <1 min to >1 hour
Confirmed users
210

edits