diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-03-20 23:28:58 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-03-20 23:28:58 +0000 |
| commit | 10943183774d5f491efc600a05a9fbda4e5cb8c2 (patch) | |
| tree | 5e7be5336486697374f3d2c3f431cab6b13c442b /stats/pwc-language-breakdown-summary.json | |
| parent | d019b670be43cee86934dcf707dda5128923cadc (diff) | |
| download | perlweeklychallenge-club-10943183774d5f491efc600a05a9fbda4e5cb8c2.tar.gz perlweeklychallenge-club-10943183774d5f491efc600a05a9fbda4e5cb8c2.tar.bz2 perlweeklychallenge-club-10943183774d5f491efc600a05a9fbda4e5cb8c2.zip | |
- Added solution by Matthew Neleigh.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index ac3147289e..28a2ca15ab 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,19 +1,6 @@ { - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "subtitle" : { - "text" : "Last updated at 2022-03-20 23:04:14 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -21,43 +8,56 @@ ], [ "Perl", - 7513 + 7514 ], [ "Raku", 4517 ] ], + "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", - "y" : 10, + "color" : "#FFFFFF", + "rotation" : -90, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "color" : "#FFFFFF", "enabled" : "true", - "rotation" : -90, + "y" : 10, + "format" : "{point.y:.0f}", "align" : "right" } } ], - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - } + }, + "type" : "category" + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2022-03-20 23:27:33 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } |
