diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-09 02:35:45 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-09 02:35:45 +0000 |
| commit | 19ea3a7dd9b3c519ccd386edc7a940f36b048862 (patch) | |
| tree | 4dea4366a59c57a371a660e72c6a54b4d8c3198e /stats/pwc-language-breakdown-summary.json | |
| parent | 2c08be3bbf675666dc537f83a78541f44dea8170 (diff) | |
| download | perlweeklychallenge-club-19ea3a7dd9b3c519ccd386edc7a940f36b048862.tar.gz perlweeklychallenge-club-19ea3a7dd9b3c519ccd386edc7a940f36b048862.tar.bz2 perlweeklychallenge-club-19ea3a7dd9b3c519ccd386edc7a940f36b048862.zip | |
- Added solution by Cristina Heredia.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 4ac335c00b..44c9514a7b 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,30 @@ { - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "series" : [ { + "dataLabels" : { + "enabled" : "true", + "rotation" : -90, + "color" : "#FFFFFF", + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "align" : "right", + "format" : "{point.y:.0f}" + }, "data" : [ [ "Blog", @@ -17,47 +32,32 @@ ], [ "Perl", - 4033 + 4034 ], [ "Raku", 2669 ] ], - "name" : "Contributions", - "dataLabels" : { - "color" : "#FFFFFF", - "rotation" : -90, - "align" : "right", - "format" : "{point.y:.0f}", - "y" : 10, - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "name" : "Contributions" } ], - "subtitle" : { - "text" : "Last updated at 2020-12-09 02:23:03 GMT" + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "min" : 0 }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2020-12-09 02:35:33 GMT" } } |
