diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-15 16:15:12 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-15 16:15:12 +0100 |
| commit | f8b6102ef5eba8236bb3cf7769a8fe046ad4e538 (patch) | |
| tree | 778843833351914d3d7184f6e8adba03deaa133d /stats/pwc-language-breakdown-summary.json | |
| parent | 034e1e3f35afd5c26a730a9d6095c749739e258c (diff) | |
| download | perlweeklychallenge-club-f8b6102ef5eba8236bb3cf7769a8fe046ad4e538.tar.gz perlweeklychallenge-club-f8b6102ef5eba8236bb3cf7769a8fe046ad4e538.tar.bz2 perlweeklychallenge-club-f8b6102ef5eba8236bb3cf7769a8fe046ad4e538.zip | |
- Added solutions by Matthew Neleigh.
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 7af5d4caef..96872ad898 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,16 +1,13 @@ { - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "Last updated at 2021-08-15 15:05:09 GMT" + "text" : "Last updated at 2021-08-15 15:14:46 GMT" }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } }, @@ -19,6 +16,19 @@ }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "enabled" : "true", + "align" : "right", + "rotation" : -90, + "format" : "{point.y:.0f}" + }, "data" : [ [ "Blog", @@ -26,38 +36,28 @@ ], [ "Perl", - 5974 + 5976 ], [ "Raku", 3721 ] - ], - "dataLabels" : { - "color" : "#FFFFFF", - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10, - "enabled" : "true", - "rotation" : -90, - "format" : "{point.y:.0f}" - }, - "name" : "Contributions" + ] } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 + }, + "chart" : { + "type" : "column" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
