diff options
| author | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2024-09-28 10:51:30 +0100 |
|---|---|---|
| committer | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2024-09-28 10:51:30 +0100 |
| commit | 9437b5a4b5fa7e256f5afd0e347ccc81149bc136 (patch) | |
| tree | b283e93ec38c429796f8e860f81221278b92a222 /stats/pwc-language-breakdown-summary.json | |
| parent | f2aa51b3fe8020ac1a56501725378cac8f623c91 (diff) | |
| download | perlweeklychallenge-club-9437b5a4b5fa7e256f5afd0e347ccc81149bc136.tar.gz perlweeklychallenge-club-9437b5a4b5fa7e256f5afd0e347ccc81149bc136.tar.bz2 perlweeklychallenge-club-9437b5a4b5fa7e256f5afd0e347ccc81149bc136.zip | |
- Added solutions by Jan Krnavek.
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 ef9f5240cc..bb9094c166 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,34 +1,19 @@ { - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2024]" - }, - "chart" : { - "type" : "column" - }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", "rotation" : -90, - "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, "align" : "right", "y" : 10, "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "enabled" : "true", + "format" : "{point.y:.0f}" }, - "name" : "Contributions", "data" : [ [ "Perl", @@ -36,7 +21,7 @@ ], [ "Raku", - 8567 + 8569 ], [ "Blog", @@ -45,19 +30,34 @@ ] } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, + "chart" : { + "type" : "column" + }, "legend" : { "enabled" : "false" }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2024]" + }, "subtitle" : { - "text" : "Last updated at 2024-09-28 09:03:30 GMT" + "text" : "Last updated at 2024-09-28 09:51:24 GMT" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } } } |
