diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-10-03 20:06:43 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-10-03 20:06:43 +0100 |
| commit | bd5381a6bcdc803ba9f5fd9f7bd7e3ea54f3cc36 (patch) | |
| tree | 4e88b0ed880f5147b8c16c9d1289172518ee357e /stats/pwc-language-breakdown-summary.json | |
| parent | cef3f43eac8266dca1249b29307c9481e41abe35 (diff) | |
| download | perlweeklychallenge-club-bd5381a6bcdc803ba9f5fd9f7bd7e3ea54f3cc36.tar.gz perlweeklychallenge-club-bd5381a6bcdc803ba9f5fd9f7bd7e3ea54f3cc36.tar.bz2 perlweeklychallenge-club-bd5381a6bcdc803ba9f5fd9f7bd7e3ea54f3cc36.zip | |
- Added solutions by W. Luis Mochan.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 970b0130bc..d0303636ca 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,33 +1,42 @@ { - "subtitle" : { - "text" : "Last updated at 2022-10-03 18:57:15 GMT" + "legend" : { + "enabled" : "false" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "enabled" : "true", + "y" : 10, "rotation" : -90, "align" : "right", - "y" : 10 + "format" : "{point.y:.0f}", + "enabled" : "true", + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } }, + "name" : "Contributions", "data" : [ [ "Blog", - 2906 + 2907 ], [ "Perl", - 8982 + 8984 ], [ "Raku", @@ -36,28 +45,19 @@ ] } ], + "subtitle" : { + "text" : "Last updated at 2022-10-03 19:05:03 GMT" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + } }, "chart" : { "type" : "column" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" } } |
