diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-06 20:20:26 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-06 20:20:26 +0000 |
| commit | a620de2dcf2f0510f4bac760cd0a650be2e8b2df (patch) | |
| tree | f1cc5289d57e21ce8461287274e9a5114c6bf396 /stats/pwc-language-breakdown-summary.json | |
| parent | a6aecc68759c3b3c869a88457a16e8e25c117f30 (diff) | |
| download | perlweeklychallenge-club-a620de2dcf2f0510f4bac760cd0a650be2e8b2df.tar.gz perlweeklychallenge-club-a620de2dcf2f0510f4bac760cd0a650be2e8b2df.tar.bz2 perlweeklychallenge-club-a620de2dcf2f0510f4bac760cd0a650be2e8b2df.zip | |
- Added solutions by Abigail.
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 4d29fe27b4..0a5f212978 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,21 @@ { - "subtitle" : { - "text" : "Last updated at 2021-12-06 20:06:32 GMT" + "legend" : { + "enabled" : "false" }, - "yAxis" : { - "title" : { - "text" : null + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } }, - "min" : 0 + "type" : "category" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "chart" : { + "type" : "column" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "subtitle" : { + "text" : "Last updated at 2021-12-06 20:19:18 GMT" }, "series" : [ { @@ -23,7 +26,7 @@ ], [ "Perl", - 6810 + 6812 ], [ "Raku", @@ -32,32 +35,29 @@ ], "name" : "Contributions", "dataLabels" : { - "rotation" : -90, + "color" : "#FFFFFF", "enabled" : "true", - "y" : 10, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, "format" : "{point.y:.0f}", "align" : "right", - "color" : "#FFFFFF" + "rotation" : -90, + "y" : 10 } } ], - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" } } |
