diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-07 20:08:54 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-07 20:08:54 +0000 |
| commit | 8a5e1efbc0ba582be84b61dcb7273cf6de962fea (patch) | |
| tree | 07cac40c340ce71eb377373eb62c095473f6f954 /stats/pwc-language-breakdown-summary.json | |
| parent | bd72cefd554c328d7659160de0325d7edf5af0bf (diff) | |
| download | perlweeklychallenge-club-8a5e1efbc0ba582be84b61dcb7273cf6de962fea.tar.gz perlweeklychallenge-club-8a5e1efbc0ba582be84b61dcb7273cf6de962fea.tar.bz2 perlweeklychallenge-club-8a5e1efbc0ba582be84b61dcb7273cf6de962fea.zip | |
- Added blog to week 145 by E. Choroba.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 3b49d55777..09f70c2a4e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,47 +1,10 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" - }, "series" : [ { - "dataLabels" : { - "format" : "{point.y:.0f}", - "y" : 10, - "rotation" : -90, - "color" : "#FFFFFF", - "align" : "right", - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "name" : "Contributions", "data" : [ [ "Blog", - 2164 + 2165 ], [ "Perl", @@ -51,13 +14,50 @@ "Raku", 4241 ] - ] + ], + "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "align" : "right", + "rotation" : -90, + "color" : "#FFFFFF", + "enabled" : "true", + "format" : "{point.y:.0f}" + }, + "name" : "Contributions" } ], - "subtitle" : { - "text" : "Last updated at 2022-01-07 09:51:12 GMT" - }, "legend" : { "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2022-01-07 18:54:05 GMT" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" } } |
