diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-04-30 18:47:26 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-04-30 18:47:26 +0100 |
| commit | 1e61237b3a9b14dae05ce231123ecfcbe5faae8d (patch) | |
| tree | 7f83ae966d79d112220c078f93b4d9058ce0ff84 /stats/pwc-language-breakdown-summary.json | |
| parent | 1c99c39168df0443401abb29906581515b52af42 (diff) | |
| download | perlweeklychallenge-club-1e61237b3a9b14dae05ce231123ecfcbe5faae8d.tar.gz perlweeklychallenge-club-1e61237b3a9b14dae05ce231123ecfcbe5faae8d.tar.bz2 perlweeklychallenge-club-1e61237b3a9b14dae05ce231123ecfcbe5faae8d.zip | |
- Added solution by Jan Krnavek.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 4190074fc1..0a75aca388 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,13 +1,4 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "subtitle" : { - "text" : "Last updated at 2022-04-30 10:22:12 GMT" - }, "xAxis" : { "type" : "category", "labels" : { @@ -17,8 +8,29 @@ } } }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "series" : [ { + "dataLabels" : { + "align" : "right", + "color" : "#FFFFFF", + "y" : 10, + "rotation" : -90, + "enabled" : "true", + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, "data" : [ [ "Blog", @@ -30,33 +42,21 @@ ], [ "Raku", - 4682 + 4683 ] ], - "name" : "Contributions", - "dataLabels" : { - "enabled" : "true", - "color" : "#FFFFFF", - "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "align" : "right", - "y" : 10, - "format" : "{point.y:.0f}" - } + "name" : "Contributions" } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, "chart" : { "type" : "column" }, + "subtitle" : { + "text" : "Last updated at 2022-04-30 17:44:51 GMT" + }, "legend" : { "enabled" : "false" } |
