~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/google-chart/demo/country-data.json

  • Committer: Didier Roche
  • Date: 2016-05-10 23:09:11 UTC
  • Revision ID: didier.roche@canonical.com-20160510230911-c7xr490zrj3yrzxd
New version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "cols": [
 
3
    {
 
4
      "id": "ga:country",
 
5
      "label": "Country",
 
6
      "type": "string"
 
7
    },
 
8
    {
 
9
      "id": "ga:sessions",
 
10
      "label": "Sessions",
 
11
      "type": "number"
 
12
    }
 
13
  ],
 
14
  "rows": [
 
15
    {
 
16
      "c": [
 
17
        {
 
18
          "v": "United States"
 
19
        },
 
20
        {
 
21
          "v": 24748
 
22
        }
 
23
      ]
 
24
    },
 
25
    {
 
26
      "c": [
 
27
        {
 
28
          "v": "Canada"
 
29
        },
 
30
        {
 
31
          "v": 15232
 
32
        }
 
33
      ]
 
34
    },
 
35
    {
 
36
      "c": [
 
37
        {
 
38
          "v": "India"
 
39
        },
 
40
        {
 
41
          "v": 9100
 
42
        }
 
43
      ]
 
44
    },
 
45
    {
 
46
      "c": [
 
47
        {
 
48
          "v": "Japan"
 
49
        },
 
50
        {
 
51
          "v": 4845
 
52
        }
 
53
      ]
 
54
    },
 
55
    {
 
56
      "c": [
 
57
        {
 
58
          "v": "United Kingdom"
 
59
        },
 
60
        {
 
61
          "v": 2768
 
62
        }
 
63
      ]
 
64
    }
 
65
  ]
 
66
}
 
 
b'\\ No newline at end of file'