diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-12 14:18:54 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-12 14:18:54 +0000 |
| commit | d995c005f623c0f80f4cdfbf2247856c146fd7e3 (patch) | |
| tree | e675ef3ccabde893fbbec15287082d57075102a1 /stats/pwc-language-breakdown-summary.json | |
| parent | 9bbcf9872d1b574ba0bb28a38d53b7f5a58718e4 (diff) | |
| download | perlweeklychallenge-club-d995c005f623c0f80f4cdfbf2247856c146fd7e3.tar.gz perlweeklychallenge-club-d995c005f623c0f80f4cdfbf2247856c146fd7e3.tar.bz2 perlweeklychallenge-club-d995c005f623c0f80f4cdfbf2247856c146fd7e3.zip | |
- Added solutions by Dave Jacoby.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 715e579340..9d23194794 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "subtitle" : { - "text" : "Last updated at 2022-01-12 14:07:32 GMT" + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", - 2179 + 2180 ], [ "Perl", - 7070 + 7072 ], [ "Raku", 4261 ] ], - "name" : "Contributions", "dataLabels" : { + "color" : "#FFFFFF", "y" : 10, - "format" : "{point.y:.0f}", "align" : "right", + "format" : "{point.y:.0f}", + "enabled" : "true", + "rotation" : -90, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "enabled" : "true", - "rotation" : -90 + } } } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "subtitle" : { + "text" : "Last updated at 2022-01-12 14:16:56 GMT" }, "yAxis" : { "min" : 0, "title" : { "text" : null } - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "legend" : { - "enabled" : "false" } } |
