diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-07 03:59:39 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-07 03:59:39 +0000 |
| commit | 8010cdbce89a2afedb674eefbce00caf81473ead (patch) | |
| tree | 0f6ce8d2eed785ae2834e823b7bbdbe1cd34826b /stats/pwc-language-breakdown-summary.json | |
| parent | 8294785a7f8a975316cbb77a534ac9a82129471b (diff) | |
| download | perlweeklychallenge-club-8010cdbce89a2afedb674eefbce00caf81473ead.tar.gz perlweeklychallenge-club-8010cdbce89a2afedb674eefbce00caf81473ead.tar.bz2 perlweeklychallenge-club-8010cdbce89a2afedb674eefbce00caf81473ead.zip | |
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 82 |
1 files changed, 41 insertions, 41 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 0de6ad8df8..12f379133c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "yAxis" : { + "title" : { + "text" : null }, - "type" : "category" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2020-12-07 03:50:11 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "min" : 0 }, "series" : [ { + "dataLabels" : { + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "rotation" : -90, + "y" : 10, + "align" : "right", + "format" : "{point.y:.0f}", + "color" : "#FFFFFF" + }, "data" : [ [ "Blog", - 1159 + 1160 ], [ "Perl", - 4013 + 4015 ], [ "Raku", - 2640 + 2642 ] ], - "dataLabels" : { - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "align" : "right", - "enabled" : "true", - "y" : 10 - }, "name" : "Contributions" } ], - "yAxis" : { - "title" : { - "text" : null + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2020-12-07 03:58:58 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } }, - "min" : 0 + "type" : "category" + }, + "chart" : { + "type" : "column" } } |
