diff options
| author | drclaw1394 <drclaw@mac.com> | 2019-05-06 18:26:18 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-06 18:26:18 +1000 |
| commit | 351d32b9d89a68ae127143fad5a7b0bad4cefcdb (patch) | |
| tree | 06921e6ae821d93f5cc260b41616b303916c115d /stats/pwc-current.json | |
| parent | d40e69151613169aa47e5ced653ae32a387ae106 (diff) | |
| parent | b03e18fe3937b41eb42938ac8f2546d3b4586aab (diff) | |
| download | perlweeklychallenge-club-351d32b9d89a68ae127143fad5a7b0bad4cefcdb.tar.gz perlweeklychallenge-club-351d32b9d89a68ae127143fad5a7b0bad4cefcdb.tar.bz2 perlweeklychallenge-club-351d32b9d89a68ae127143fad5a7b0bad4cefcdb.zip | |
Merge pull request #6 from manwar/master
Update to w7 template
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 66 |
1 files changed, 31 insertions, 35 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index f3922557ad..9f3e4e1064 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,67 +1,63 @@ { - "tooltip" : { - "followPointer" : 1, - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, + "xAxis" : { + "type" : "category" + }, + "legend" : { + "enabled" : 0 }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "chart" : { - "type" : "column" - }, "series" : [ { "name" : "Champions", "colorByPoint" : 1, "data" : [ { - "drilldown" : "Joelle Maslak", - "y" : 4, - "name" : "Joelle Maslak" + "name" : "Ozzy", + "drilldown" : "Ozzy", + "y" : 1 } ] } ], - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } - }, "subtitle" : { - "text" : "[Champions: 1] Last updated at 2019-04-29 09:24:04 GMT" + "text" : "[Champions: 1] Last updated at 2019-05-06 07:55:35 GMT" }, - "legend" : { - "enabled" : 0 + "title" : { + "text" : "Perl Weekly Challenge - 007" + }, + "tooltip" : { + "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "followPointer" : 1 }, "drilldown" : { "series" : [ { - "id" : "Joelle Maslak", - "name" : "Joelle Maslak", "data" : [ [ - "Perl 5", - 2 - ], - [ "Perl 6", - 2 + 1 ] - ] + ], + "id" : "Ozzy", + "name" : "Ozzy" } ] }, - "title" : { - "text" : "Perl Weekly Challenge - 006" - }, - "xAxis" : { - "type" : "category" + "chart" : { + "type" : "column" } } |
