diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-04 11:16:17 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-04 11:16:17 +0100 |
| commit | 00d44961902489e3d8b3d48d233ffbb9319593f2 (patch) | |
| tree | 11732801f87afc877b127b643a583befd26226e5 /stats | |
| parent | 407a873e4ed823cf279f57c5b51f7ca5738f1948 (diff) | |
| download | perlweeklychallenge-club-00d44961902489e3d8b3d48d233ffbb9319593f2.tar.gz perlweeklychallenge-club-00d44961902489e3d8b3d48d233ffbb9319593f2.tar.bz2 perlweeklychallenge-club-00d44961902489e3d8b3d48d233ffbb9319593f2.zip | |
- Added missing data for chart.
Diffstat (limited to 'stats')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json new file mode 100644 index 0000000000..d8ea3c5a3a --- /dev/null +++ b/stats/pwc-summary-61-90.json @@ -0,0 +1,45 @@ +{ + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "categories" : [ + "William Gilmore" + ] + }, + "subtitle" : { + "text" : "[Champions: 1] Last updated at 2019-04-04 10:15:46 GMT" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "series" : [ + { + "data" : [ + 1 + ], + "name" : "Perl 5" + }, + { + "data" : [ + 0 + ], + "name" : "Perl 6" + } + ], + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + } +} |
