diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-12 14:37:22 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-12 14:37:22 +0100 |
| commit | 0c35e13bbb5ee3211e2a36d2dfa1c59d9a69f067 (patch) | |
| tree | 5fcad702353aa531732b5e39da171ea227bc18b2 /stats/pwc-language-breakdown-summary.json | |
| parent | d51e6297bb6c1d6f89e9965f5847dc17a5c039f7 (diff) | |
| download | perlweeklychallenge-club-0c35e13bbb5ee3211e2a36d2dfa1c59d9a69f067.tar.gz perlweeklychallenge-club-0c35e13bbb5ee3211e2a36d2dfa1c59d9a69f067.tar.bz2 perlweeklychallenge-club-0c35e13bbb5ee3211e2a36d2dfa1c59d9a69f067.zip | |
- Added solutions by Athanasius.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 0164351448..70175b4dae 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,19 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "subtitle" : { - "text" : "Last updated at 2022-06-12 13:16:24 GMT" - }, "series" : [ { + "dataLabels" : { + "enabled" : "true", + "color" : "#FFFFFF", + "y" : 10, + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -20,44 +21,43 @@ ], [ "Perl", - 8186 + 8188 ], [ "Raku", - 4850 + 4852 ] - ], - "name" : "Contributions", - "dataLabels" : { - "align" : "right", - "color" : "#FFFFFF", - "rotation" : -90, - "y" : 10, - "format" : "{point.y:.0f}", - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + ] } ], - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "subtitle" : { + "text" : "Last updated at 2022-06-12 13:34:25 GMT" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "chart" : { + "type" : "column" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } } + }, + "legend" : { + "enabled" : "false" } } |
