diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-31 13:26:53 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-31 13:26:53 +0100 |
| commit | cd1ebfc29d26e604ebd8cb3437c236542c4ae97e (patch) | |
| tree | a04b07f1c66cda1b15bb064675f12cf5f400652e /stats/pwc-language-breakdown-summary.json | |
| parent | 01a929b47a9878a64b876b7314aa206d221905b1 (diff) | |
| download | perlweeklychallenge-club-cd1ebfc29d26e604ebd8cb3437c236542c4ae97e.tar.gz perlweeklychallenge-club-cd1ebfc29d26e604ebd8cb3437c236542c4ae97e.tar.bz2 perlweeklychallenge-club-cd1ebfc29d26e604ebd8cb3437c236542c4ae97e.zip | |
- Added solutions by Jan Krnavek.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 5f4c557319..2b7bc71c63 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,49 +1,21 @@ { - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2022-07-30 20:42:48 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2022-07-31 12:25:38 GMT" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "format" : "{point.y:.0f}", - "y" : 10, - "enabled" : "true", - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "align" : "right", - "rotation" : -90 - }, "data" : [ [ "Blog", @@ -55,9 +27,37 @@ ], [ "Raku", - 5082 + 5084 ] - ] + ], + "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "format" : "{point.y:.0f}", + "y" : 10, + "enabled" : "true", + "color" : "#FFFFFF", + "rotation" : -90, + "align" : "right" + }, + "name" : "Contributions" } - ] + ], + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + } } |
