diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-23 20:43:41 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-23 20:43:41 +0100 |
| commit | 145e7e058af98fad8a5e5f0ed18e0d3bf7ca34c3 (patch) | |
| tree | b3f7ae28f292a5c7f0618f2dbd0849bb2f1ef375 /stats/pwc-language-breakdown-summary.json | |
| parent | b29c608b27f95bb2d7d50ef5c1a7ad4fb13590f2 (diff) | |
| download | perlweeklychallenge-club-145e7e058af98fad8a5e5f0ed18e0d3bf7ca34c3.tar.gz perlweeklychallenge-club-145e7e058af98fad8a5e5f0ed18e0d3bf7ca34c3.tar.bz2 perlweeklychallenge-club-145e7e058af98fad8a5e5f0ed18e0d3bf7ca34c3.zip | |
- Added solution to week 144 by Philippe Bricout.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index dc1cfeda3e..51023604af 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,8 +2,8 @@ "xAxis" : { "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } }, "type" : "category" @@ -11,23 +11,30 @@ "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, - "subtitle" : { - "text" : "Last updated at 2022-06-23 09:27:01 GMT" + "legend" : { + "enabled" : "false" }, "chart" : { "type" : "column" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "series" : [ { + "dataLabels" : { + "rotation" : -90, + "enabled" : "true", + "format" : "{point.y:.0f}", + "align" : "right", + "y" : 10, + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -35,29 +42,22 @@ ], [ "Perl", - 8272 + 8273 ], [ "Raku", 4908 ] - ], - "name" : "Contributions", - "dataLabels" : { - "y" : 10, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "align" : "right", - "enabled" : "true" - } + ] } ], - "legend" : { - "enabled" : "false" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "subtitle" : { + "text" : "Last updated at 2022-06-23 19:40:34 GMT" } } |
