diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-21 18:11:11 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-21 18:11:11 +0100 |
| commit | a773d7982932342b8b93510419859cdceb22a980 (patch) | |
| tree | aa0193e217fd51962e3a97ff621e4aa9a6d0c0a6 /stats/pwc-language-breakdown-summary.json | |
| parent | 1dd7de3e719483009105438314e713c41b076a4d (diff) | |
| download | perlweeklychallenge-club-a773d7982932342b8b93510419859cdceb22a980.tar.gz perlweeklychallenge-club-a773d7982932342b8b93510419859cdceb22a980.tar.bz2 perlweeklychallenge-club-a773d7982932342b8b93510419859cdceb22a980.zip | |
- Added solutions by Belmark Caday.
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 2bb9c7700c..556d19e7cc 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,21 +1,9 @@ { - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2021-08-21 16:57:15 GMT" - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "chart" : { + "type" : "column" }, "legend" : { "enabled" : "false" @@ -23,6 +11,18 @@ "series" : [ { "name" : "Contributions", + "dataLabels" : { + "format" : "{point.y:.0f}", + "align" : "right", + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90, + "enabled" : "true", + "y" : 10 + }, "data" : [ [ "Blog", @@ -30,34 +30,34 @@ ], [ "Perl", - 6026 + 6028 ], [ "Raku", 3744 ] - ], - "dataLabels" : { - "y" : 10, - "format" : "{point.y:.0f}", - "rotation" : -90, - "enabled" : "true", - "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right" - } + ] } ], + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2021-08-21 17:10:58 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null } } } |
