aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
blob: 2f895c5cc92a65891fb2cc7c8f7816ba44d679ba (plain)
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
{
   "chart" : {
      "type" : "column"
   },
   "subtitle" : {
      "text" : "[Champions: 2] Last updated at 2019-07-15 15:58:51 GMT"
   },
   "legend" : {
      "enabled" : 0
   },
   "drilldown" : {
      "series" : [
         {
            "id" : "Roger Bell West",
            "name" : "Roger Bell West",
            "data" : [
               [
                  "Perl 5",
                  2
               ]
            ]
         },
         {
            "id" : "Simon Proctor",
            "name" : "Simon Proctor",
            "data" : [
               [
                  "Perl 6",
                  1
               ]
            ]
         }
      ]
   },
   "yAxis" : {
      "title" : {
         "text" : "Total Solutions"
      }
   },
   "title" : {
      "text" : "Perl Weekly Challenge - 017"
   },
   "xAxis" : {
      "type" : "category"
   },
   "plotOptions" : {
      "series" : {
         "dataLabels" : {
            "enabled" : 1,
            "format" : "{point.y}"
         },
         "borderWidth" : 0
      }
   },
   "tooltip" : {
      "followPointer" : 1,
      "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
      "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
   },
   "series" : [
      {
         "name" : "Perl Weekly Challenge - 017",
         "colorByPoint" : 1,
         "data" : [
            {
               "name" : "Roger Bell West",
               "drilldown" : "Roger Bell West",
               "y" : 2
            },
            {
               "y" : 1,
               "drilldown" : "Simon Proctor",
               "name" : "Simon Proctor"
            }
         ]
      }
   ]
}