diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-22 20:00:14 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-22 20:00:14 +0000 |
| commit | 6f2624ddd7cc97b7601dd2fefd91ce4a10c10b33 (patch) | |
| tree | 1ae5e10b9f33c14e75c3c6cc4024452a6089cbf6 /stats/pwc-language-breakdown-summary.json | |
| parent | 23225bf25eb3f060c938845cb72174e3815b9b79 (diff) | |
| download | perlweeklychallenge-club-6f2624ddd7cc97b7601dd2fefd91ce4a10c10b33.tar.gz perlweeklychallenge-club-6f2624ddd7cc97b7601dd2fefd91ce4a10c10b33.tar.bz2 perlweeklychallenge-club-6f2624ddd7cc97b7601dd2fefd91ce4a10c10b33.zip | |
- Added solutions by User Person.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index e29dbf3762..cdadf0f7a4 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,16 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "legend" : { + "enabled" : "false" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -29,35 +18,46 @@ ], [ "Perl", - 2189 + 2191 ], [ "Raku", 1339 ] ], - "name" : "Contributions", "dataLabels" : { - "color" : "#FFFFFF", - "y" : 10, - "format" : "{point.y:.0f}", - "rotation" : -90, "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "align" : "right" + "color" : "#FFFFFF", + "y" : 10, + "format" : "{point.y:.0f}", + "align" : "right", + "rotation" : -90 } } ], + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "chart" : { "type" : "column" }, - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "subtitle" : { - "text" : "Last updated at 2020-03-22 19:47:39 GMT" + "text" : "Last updated at 2020-03-22 19:59:05 GMT" } } |
