diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-25 12:08:27 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-25 12:08:27 +0000 |
| commit | 4adb8b85517349f572994ae042eccf2d7327a2ee (patch) | |
| tree | 764c2eb454c5c65210b441cf5ce28fb3dde35b1d /stats/pwc-language-breakdown-summary.json | |
| parent | 8bf304e89e5728895c7087913ca0f9a083abd91b (diff) | |
| download | perlweeklychallenge-club-4adb8b85517349f572994ae042eccf2d7327a2ee.tar.gz perlweeklychallenge-club-4adb8b85517349f572994ae042eccf2d7327a2ee.tar.bz2 perlweeklychallenge-club-4adb8b85517349f572994ae042eccf2d7327a2ee.zip | |
- Added solution by Alexander Pankoff.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index d99d43dbb1..4e12766bcd 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,22 +1,9 @@ { - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2022-01-25 12:07:05 GMT" }, "series" : [ { - "dataLabels" : { - "align" : "right", - "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "enabled" : "true", - "y" : 10, - "format" : "{point.y:.0f}" - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -24,40 +11,53 @@ ], [ "Perl", - 7150 + 7151 ], [ "Raku", 4304 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "rotation" : -90, + "color" : "#FFFFFF", + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "format" : "{point.y:.0f}" + } } ], + "legend" : { + "enabled" : "false" + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "subtitle" : { - "text" : "Last updated at 2022-01-25 12:02:08 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "yAxis" : { "min" : 0, "title" : { "text" : null } - }, - "legend" : { - "enabled" : "false" } } |
