diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-04-15 20:38:31 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-04-15 20:38:31 +0100 |
| commit | fd58a9ab344febe2fa8f71fee3cd15e581277e3f (patch) | |
| tree | eab5eeb4d79030db9c1642f50b7de1e8e860f15f /stats/pwc-language-breakdown-summary.json | |
| parent | 488007b76db92da8101c561083ce24c62f07279e (diff) | |
| download | perlweeklychallenge-club-fd58a9ab344febe2fa8f71fee3cd15e581277e3f.tar.gz perlweeklychallenge-club-fd58a9ab344febe2fa8f71fee3cd15e581277e3f.tar.bz2 perlweeklychallenge-club-fd58a9ab344febe2fa8f71fee3cd15e581277e3f.zip | |
- Added solutions by Jorg Sommrey.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 4c7f26bbf6..c2a9eac671 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,22 +1,12 @@ { - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2022-04-15 19:36:41 GMT" }, "series" : [ { - "dataLabels" : { - "color" : "#FFFFFF", - "enabled" : "true", - "format" : "{point.y:.0f}", - "rotation" : -90, - "y" : 10, - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -24,30 +14,34 @@ ], [ "Perl", - 7774 + 7776 ], [ "Raku", 4631 ] - ] + ], + "dataLabels" : { + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "enabled" : "true", + "align" : "right", + "rotation" : -90, + "y" : 10 + }, + "name" : "Contributions" } ], + "chart" : { + "type" : "column" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "subtitle" : { - "text" : "Last updated at 2022-04-15 18:57:26 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "xAxis" : { "type" : "category", "labels" : { @@ -57,7 +51,13 @@ } } }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } |
